We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f49357 commit 721b3a3Copy full SHA for 721b3a3
src/backend/utils/misc/guc.c
@@ -1096,7 +1096,7 @@ static struct config_bool ConfigureNamesBool[] =
1096
1097
{
1098
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
1099
- 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."),
1100
NULL
1101
},
1102
&wal_log_hints,
0 commit comments