pgsql: write_nondefault_variables must take care to write - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: write_nondefault_variables must take care to write
Date
Msg-id 20090102020210.D8CD8754A03@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak guc.c to allow underscores in the names of custom variable
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Make it possible to change Kerberos/GSSAPI parameters without