pgsql: Split apart message_level_options into one set for server-side

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Split apart message_level_options into one set for server-side
Дата
Msg-id 20080701060831.70BF0754857@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Split apart message_level_options into one set for server-side settings and
one for client-side, restoring the previous behaviour with different
sort order for the 'log' level. Also, remove redundant list of available
options, since the enum code will output it automatically.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.458 -> r1.459)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.458&r2=1.459)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix identify_system_timezone() so that it tests the behavior of
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: "debug" level was supposed to be hidden, since it's just an alias