pgsql-server/src backend/utils/misc/guc.c incl ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/utils/misc/guc.c incl ...
Date: 2003-07-28 16:22:18
Message-ID: 20030728162218.21268D1C9F7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/07/28 13:22:17

Modified files:
src/backend/utils/misc: guc.c
src/include/utils: guc.h guc_tables.h

Log message:
There was enough code drift since this patch, that a couple of bugs
materialized.

New items have been added to GucContext and GucSource enums, but of
course they were not added to the corresponding GucContextName[] and
GucSourceName[] arrays in the patch. Here's a new patch to fix the
resulting bugs.

Joe Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-07-28 18:33:45 pgsql-server/src/backend executor/functions.c ...
Previous Message Tom Lane 2003-07-28 06:27:06 pgsql-server/src/backend/libpq auth.c