pgsql: write_nondefault_variables must take care to write

Lists: pgsql-committers
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
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)