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