mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Finish up XLOG_HINT renaming
Commit b8fd1a09f3 renamed XLOG_HINT to XLOG_FPI, but neglected two
places.
Backpatch to 9.3, like that commit.
This commit is contained in:
@@ -627,7 +627,7 @@ of optimising for performance. When a hint is written we use
|
||||
MarkBufferDirtyHint() to mark the block dirty.
|
||||
|
||||
If the buffer is clean and checksums are in use then
|
||||
MarkBufferDirtyHint() inserts an XLOG_HINT record to ensure that we
|
||||
MarkBufferDirtyHint() inserts an XLOG_FPI record to ensure that we
|
||||
take a full page image that includes the hint. We do this to avoid
|
||||
a partial page write, when we write the dirtied page. WAL is not
|
||||
written during recovery, so we simply skip dirtying blocks because
|
||||
|
||||
Reference in New Issue
Block a user