Skip to content

Commit c777a1f

Browse files
committed
Fix typo
Author: Daniel Westermann Backpatch-through: 9.6 Discussion: https://postgr.es/m/GV0P278MB0483A7AA85BAFCC06D90F453D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM
1 parent 1cdbf7f commit c777a1f

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ static struct config_bool ConfigureNamesBool[] =
993993

994994
{
995995
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
996-
gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modifications."),
996+
gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification."),
997997
NULL
998998
},
999999
&wal_log_hints,

0 commit comments

Comments
 (0)