Skip to content
Snippets Groups Projects
Commit c980426c authored by Robert Haas's avatar Robert Haas
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@
* Enable debugging print statements for WAL-related operations; see
* also the wal_debug GUC var.
*/
#define WAL_DEBUG
/* #define WAL_DEBUG */
/*
* Enable tracing of resource consumption during sort operations;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment