Thanks to visit codestin.com Credit goes to github.com
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 dc6d285 commit 19b28d6Copy full SHA for 19b28d6
src/backend/utils/misc/guc.c
@@ -1255,7 +1255,7 @@ static struct config_bool ConfigureNamesBool[] =
1255
1256
{
1257
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
1258
- 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."),
1259
NULL
1260
},
1261
&wal_log_hints,
0 commit comments