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

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

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.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