Commit c980426c authored by Robert Haas's avatar Robert Haas

Revert accidental change to pg_config_manual.h.

This was broken in commit 53dbc27c, 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.
parent d50e1251
...@@ -218,7 +218,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment