Fix typo
authorMagnus Hagander <[email protected]>
Fri, 9 Apr 2021 10:40:14 +0000 (12:40 +0200)
committerMagnus Hagander <[email protected]>
Fri, 9 Apr 2021 10:41:13 +0000 (12:41 +0200)
Author: Daniel Westermann
Backpatch-through: 9.6
Discussion: https://postgr.es/m/GV0P278MB0483A7AA85BAFCC06D90F453D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM

src/backend/utils/misc/guc.c

index 009d900ac4699a167d8ebe8a3b295a64488f01b0..6057b885f2889c87b185bc6fa0629358e567e978 100644 (file)
@@ -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,