Revert "commit_delay" change; just add comment that we don't have

a microsecond specification.
This commit is contained in:
Bruce Momjian 2012-08-14 16:26:08 -04:00
parent e74727440c
commit 03bda4535e
1 changed files with 2 additions and 2 deletions

View File

@ -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,