]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo
authorMagnus Hagander <magnus@hagander.net>
Fri, 9 Apr 2021 10:40:14 +0000 (12:40 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 9 Apr 2021 10:41:01 +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 218ca77c98f73e6e6290283548d838f9ed2d5375..f231b06be9ca4781cba01a5b5a137c67fde10750 100644 (file)
@@ -1255,7 +1255,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,