1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00
Author: Daniel Westermann
Backpatch-through: 9.6
Discussion: https://postgr.es/m/GV0P278MB0483A7AA85BAFCC06D90F453D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
This commit is contained in:
Magnus Hagander
2021-04-09 12:40:14 +02:00
parent 1cdbf7f0d2
commit c777a1fcc6

View File

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