Revert accidental change to pg_config_manual.h.

This was broken in commit 53dbc27c62d8e1b6c5253feba04a5094cb8fe046, which
introduced unlogged tables.  Fortunately, as debugging tools go, this one
is pretty cheap, which is probably why it took nine months for someone to
notice, but it's not intended to be enabled by default, so revert.

Noted by Fujii Masao.
This commit is contained in:
Robert Haas 2011-10-09 22:20:44 -04:00
parent d50e125194
commit c980426c69

View File

@ -218,7 +218,7 @@
* Enable debugging print statements for WAL-related operations; see * Enable debugging print statements for WAL-related operations; see
* also the wal_debug GUC var. * also the wal_debug GUC var.
*/ */
#define WAL_DEBUG /* #define WAL_DEBUG */
/* /*
* Enable tracing of resource consumption during sort operations; * Enable tracing of resource consumption during sort operations;