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 609b065 commit 1798d8fCopy full SHA for 1798d8f
src/backend/utils/misc/guc.c
@@ -1320,7 +1320,7 @@ static struct config_bool ConfigureNamesBool[] =
1320
1321
{
1322
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
1323
- 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."),
1324
NULL
1325
},
1326
&wal_log_hints,
0 commit comments