We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e747274 commit 03bda45Copy full SHA for 03bda45
src/backend/utils/misc/guc.c
@@ -2033,8 +2033,8 @@ static struct config_int ConfigureNamesInt[] =
2033
{"commit_delay", PGC_USERSET, WAL_SETTINGS,
2034
gettext_noop("Sets the delay in microseconds between transaction commit and "
2035
"flushing WAL to disk."),
2036
- NULL,
2037
- GUC_UNIT_MS
+ NULL
+ /* we have no microseconds designation, so can't supply units here */
2038
},
2039
&CommitDelay,
2040
0, 0, 100000,
0 commit comments