From: Magnus Hagander Date: Fri, 9 Apr 2021 10:40:14 +0000 (+0200) Subject: Fix typo X-Git-Tag: REL_10_17~25 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=91a3a7dc63e8fded60b41cd842eba9a8e31f2b5d;p=postgresql.git Fix typo Author: Daniel Westermann Backpatch-through: 9.6 Discussion: https://postgr.es/m/GV0P278MB0483A7AA85BAFCC06D90F453D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM --- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 009d900ac46..6057b885f28 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -1026,7 +1026,7 @@ static struct config_bool ConfigureNamesBool[] = { {"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 }, &wal_log_hints,