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

Commit03bda45

Browse files
committed
Revert "commit_delay" change; just add comment that we don't have
a microsecond specification.
1 parente747274 commit03bda45

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,8 +2033,8 @@ static struct config_int ConfigureNamesInt[] =
20332033
{"commit_delay",PGC_USERSET,WAL_SETTINGS,
20342034
gettext_noop("Sets the delay in microseconds between transaction commit and "
20352035
"flushing WAL to disk."),
2036-
NULL,
2037-
GUC_UNIT_MS
2036+
NULL
2037+
/* we have no microseconds designation, so can't supply units here */
20382038
},
20392039
&CommitDelay,
20402040
0,0,100000,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp