pgsql: Fix define_custom_variable so that SUSET custom variables behave

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix define_custom_variable so that SUSET custom variables behave
Date: 2008-11-19 02:07:08
Message-ID: 20081119020708.186BC7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-19 02:56:20 pgsql: New Directory
Previous Message Tom Lane 2008-11-19 01:10:24 pgsql: Some infrastructure changes for the upcoming auto-explain contrib