aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2021-04-09 12:40:14 +0200
committerMagnus Hagander <magnus@hagander.net>2021-04-09 12:41:13 +0200
commit91a3a7dc63e8fded60b41cd842eba9a8e31f2b5d (patch)
tree3d8a7f3667c329b3296bf39702cbf3e36f7c7a9a /src
parenta2b35b3117eba20fc9d0410e0b737180d835595d (diff)
downloadpostgresql-91a3a7dc63e8fded60b41cd842eba9a8e31f2b5d.tar.gz
postgresql-91a3a7dc63e8fded60b41cd842eba9a8e31f2b5d.zip
Fix typo
Author: Daniel Westermann Backpatch-through: 9.6 Discussion: https://postgr.es/m/GV0P278MB0483A7AA85BAFCC06D90F453D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/guc.c2
1 files changed, 1 insertions, 1 deletions
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,