Re: [GENERAL] WAL_DEBUG

2013-03-06 Thread Jeff Janes
On Wed, Mar 6, 2013 at 2:38 PM, ning chan wrote: > Hi Jeff, > Thanks for your reply. > > this is the error message i got: > -bash-4.1$ pg_ctl start > server starting > -bash-4.1$ LOG: unrecognized configuration parameter "wal_debug" in file > "/usr/local/pgsql/data/postgresql.conf" line 162 > FA

Re: [GENERAL] WAL_DEBUG

2013-03-06 Thread Jeff Janes
On Wed, Mar 6, 2013 at 1:31 PM, ning chan wrote: > 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 t