pgsql: Fix define_custom_variable so that SUSET custom variables behave - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix define_custom_variable so that SUSET custom variables behave
Date
Msg-id 20081119020708.186BC7545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix define_custom_variable so that SUSET custom variables behave
somewhat reasonably.  It's not perfect, but it beats the kluge
proposed in the auto-explain patch ...

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.478 -> r1.479)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.478&r2=1.479)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Some infrastructure changes for the upcoming auto-explain contrib
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: New Directory