Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 03bda45

Browse files
committed
Revert "commit_delay" change; just add comment that we don't have
a microsecond specification.
1 parent e747274 commit 03bda45

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)