We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdbf7f commit c777a1fCopy full SHA for c777a1f
src/backend/utils/misc/guc.c
@@ -993,7 +993,7 @@ static struct config_bool ConfigureNamesBool[] =
993
994
{
995
{"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."),
+ gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modification."),
997
NULL
998
},
999
&wal_log_hints,
0 commit comments