mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Revert "commit_delay" change; just add comment that we don't have
a microsecond specification.
This commit is contained in:
@ -2033,8 +2033,8 @@ static struct config_int ConfigureNamesInt[] =
|
|||||||
{"commit_delay", PGC_USERSET, WAL_SETTINGS,
|
{"commit_delay", PGC_USERSET, WAL_SETTINGS,
|
||||||
gettext_noop("Sets the delay in microseconds between transaction commit and "
|
gettext_noop("Sets the delay in microseconds between transaction commit and "
|
||||||
"flushing WAL to disk."),
|
"flushing WAL to disk."),
|
||||||
NULL,
|
NULL
|
||||||
GUC_UNIT_MS
|
/* we have no microseconds designation, so can't supply units here */
|
||||||
},
|
},
|
||||||
&CommitDelay,
|
&CommitDelay,
|
||||||
0, 0, 100000,
|
0, 0, 100000,
|
||||||
|
Reference in New Issue
Block a user