1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Add pg_settings units display for "commit_delay" (ms).

Also remove unnecessary units designation in postgresql.conf.sample.
This commit is contained in:
Bruce Momjian
2012-08-14 16:16:45 -04:00
parent 1d96cf9404
commit e74727440c
2 changed files with 3 additions and 2 deletions

View File

@@ -2033,7 +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
NULL,
GUC_UNIT_MS
},
&CommitDelay,
0, 0, 100000,