Re: make "wal_debug" GUC var a boolean

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: make "wal_debug" GUC var a boolean
Дата
Msg-id 873caup0d4.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на Re: make "wal_debug" GUC var a boolean  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: make "wal_debug" GUC var a boolean  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Tom Lane <tgl@sss.pgh.pa.us> writes:
> I think the combination of #ifdef and GUC variable is appropriate.

The attached patch implements this: the wal_debug GUC var is now a
boolean, and is encloded in `#ifdef WAL_DEBUG` blocks (and the
WAL_DEBUG symbol is present in pg_config_manual.h, just commented
out).

Unless anyone objects, I intend to apply this in 24 hours or so.

-Neil

Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: remove 'noversion' from standalone backend
Следующее
От: Neil Conway
Дата:
Сообщение: add more exprs to CREATE SCHEMA