Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc980426

Browse files
committed
Revert accidental change to pg_config_manual.h.
This was broken in commit53dbc27, whichintroduced unlogged tables. Fortunately, as debugging tools go, this oneis pretty cheap, which is probably why it took nine months for someone tonotice, but it's not intended to be enabled by default, so revert.Noted by Fujii Masao.
1 parentd50e125 commitc980426

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-
#defineWAL_DEBUG
221+
/*#define WAL_DEBUG */
222222

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp