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 d42978c commit 2bf44fbCopy full SHA for 2bf44fb
src/backend/utils/misc/guc.c
@@ -1176,7 +1176,7 @@ static struct config_bool ConfigureNamesBool[] =
1176
1177
{
1178
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
1179
- 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."),
1180
NULL
1181
},
1182
&wal_log_hints,
0 commit comments