mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Sawada Masahiko
This commit is contained in:
@ -287,7 +287,7 @@ visibilitymap_set(Relation rel, BlockNumber heapBlk, Buffer heapBuf,
|
||||
cutoff_xid);
|
||||
|
||||
/*
|
||||
* If data checksums are enabled (or wal_log_hintbits=on), we
|
||||
* If data checksums are enabled (or wal_log_hints=on), we
|
||||
* need to protect the heap page from being torn.
|
||||
*/
|
||||
if (XLogHintBitIsNeeded())
|
||||
|
Reference in New Issue
Block a user