diff options
author | Magnus Hagander <magnus@hagander.net> | 2021-04-09 12:40:14 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2021-04-09 12:41:05 +0200 |
commit | 2bf44fbe271dae3f4bd458e19e32d51996b988b4 (patch) | |
tree | e6ebf528577725ff88e0ad2326f480ce7cdd09b5 /src/backend/utils/misc/guc.c | |
parent | d42978c67afa930b1208caa9555024da10550cdb (diff) |
Fix typo
Author: Daniel Westermann
Backpatch-through: 9.6
Discussion: https://postgr.es/m/GV0P278MB0483A7AA85BAFCC06D90F453D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
Diffstat (limited to 'src/backend/utils/misc/guc.c')
-rw-r--r-- | src/backend/utils/misc/guc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 8b7598efa3d..5298928f305 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -1176,7 +1176,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, |