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

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql-server/src backend/utils/misc/guc.c incl ...
Дата
Msg-id 20030728162218.21268D1C9F7@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/libpq auth.c
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend executor/functions.c ...