WAL_DEBUG

From: ning chan <ninchan8328(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: WAL_DEBUG
Date: 2013-03-06 21:31:31
Message-ID: CAG0k5vBpveyF=GP1gfc=u7uk-0ar7uTNauyPb+5ZGFsRnw+1=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2013-03-06 22:03:59 Re: WAL_DEBUG
Previous Message Merlin Moncure 2013-03-06 15:47:16 Re: FW: statement failure