Skip to content

Commit c980426

Browse files
committed
Revert accidental change to pg_config_manual.h.
This was broken in commit 53dbc27, 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.
1 parent d50e125 commit c980426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/pg_config_manual.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
* Enable debugging print statements for WAL-related operations; see
219219
* also the wal_debug GUC var.
220220
*/
221-
#define WAL_DEBUG
221+
/* #define WAL_DEBUG */
222222

223223
/*
224224
* Enable tracing of resource consumption during sort operations;

0 commit comments

Comments
 (0)