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

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server/src backend/utils/misc/guc.c incl ...
Date
Msg-id 20030728162218.21268D1C9F7@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/libpq auth.c
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend executor/functions.c ...