WAL_DEBUG

Поиск
Список
Период
Сортировка
От ning chan
Тема WAL_DEBUG
Дата
Msg-id CAG0k5vBpveyF=GP1gfc=u7uk-0ar7uTNauyPb+5ZGFsRnw+1=w@mail.gmail.com
обсуждение исходный текст
Ответы Re: WAL_DEBUG
Список pgsql-general
Hi,
Does anyone know how to enable WAL_DEBUG?
I download postgresql 9.2.3 src code and compile it as follow:


modify ./src/include/pg_config_manual.h
/*
 * Enable debugging print statements for WAL-related operations; see
 * also the wal_debug GUC var.
 */
#define WAL_DEBUG 4


 ./configure --without-readline --without-zlib CPPFLAGS='-DWAL_DEBUG'

I don't see anything special log to the log file.

I even try to add a line wal_debug=number to the postgresql.conf, doesn't help either.

Thanks~
Ning

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: FW: statement failure
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: WAL_DEBUG