mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix typo
Author: Daniel Westermann Backpatch-through: 9.6 Discussion: https://postgr.es/m/GV0P278MB0483A7AA85BAFCC06D90F453D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
This commit is contained in:
parent
dc6d285c2e
commit
19b28d6912
@ -1255,7 +1255,7 @@ static struct config_bool ConfigureNamesBool[] =
|
|||||||
|
|
||||||
{
|
{
|
||||||
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
|
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
|
||||||
gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modifications."),
|
gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification."),
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
&wal_log_hints,
|
&wal_log_hints,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user