pgsql: write_nondefault_variables must take care to write

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: write_nondefault_variables must take care to write
Date: 2009-01-02 02:02:10
Message-ID: 20090102020210.D8CD8754A03@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
write_nondefault_variables must take care to write custom_variable_classes
first; otherwise backends reading the file might reject values of custom
variables. Per experimentation with auto_explain.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.485 -> r1.486)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.485&r2=1.486)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-01-02 10:33:20 pgsql: Make it possible to change Kerberos/GSSAPI parameters without
Previous Message Tom Lane 2009-01-02 01:16:02 pgsql: Tweak guc.c to allow underscores in the names of custom variable