mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Sawada Masahiko
This commit is contained in:
@ -872,11 +872,11 @@ static struct config_bool ConfigureNamesBool[] =
|
||||
},
|
||||
|
||||
{
|
||||
{"wal_log_hintbits", PGC_POSTMASTER, WAL_SETTINGS,
|
||||
{"wal_log_hints", PGC_POSTMASTER, WAL_SETTINGS,
|
||||
gettext_noop("Writes full pages to WAL when first modified after a checkpoint, even for a non-critical modifications"),
|
||||
NULL
|
||||
},
|
||||
&walLogHintbits,
|
||||
&walLogHints,
|
||||
false,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
Reference in New Issue
Block a user