aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-06-17 18:05:55 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-06-17 18:05:55 -0400
commit6fce92a7d7090fe02c39837908b4feb55806b3ee (patch)
treee74c0931adecb34789ea8249c4cef1d978a3f09d /src/backend/storage
parenta41b14f94a44c1738356719f46b330372228ee4e (diff)
downloadpostgresql-6fce92a7d7090fe02c39837908b4feb55806b3ee.tar.gz
postgresql-6fce92a7d7090fe02c39837908b4feb55806b3ee.zip
Finish up XLOG_HINT renaming
Commit b8fd1a09f3 renamed XLOG_HINT to XLOG_FPI, but neglected two places. Backpatch to 9.3, like that commit.
Diffstat (limited to 'src/backend/storage')
-rw-r--r--src/backend/storage/buffer/bufmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c
index 75e3aa5ecdd..cf5b1e76caf 100644
--- a/src/backend/storage/buffer/bufmgr.c
+++ b/src/backend/storage/buffer/bufmgr.c
@@ -3015,7 +3015,7 @@ IncrBufferRefCount(Buffer buffer)
* This is essentially the same as MarkBufferDirty, except:
*
* 1. The caller does not write WAL; so if checksums are enabled, we may need
- * to write an XLOG_HINT WAL record to protect against torn pages.
+ * to write an XLOG_FPI WAL record to protect against torn pages.
* 2. The caller might have only share-lock instead of exclusive-lock on the
* buffer's content lock.
* 3. This function does not guarantee that the buffer is always marked dirty