From cca2a278609e9ed9bedc4796ae1427fbfb88a2fc Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 12 May 2016 16:02:49 -0300 Subject: Fix bogus comments Some comments mentioned XLogReplayBuffer, but there's no such function: that was an interim name for a function that got renamed to XLogReadBufferForRedo, before commit 2c03216d831160 was pushed. --- src/backend/access/heap/heapam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/heap/heapam.c') diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 5e4ee30071f..2eb04d661dc 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -7898,8 +7898,8 @@ heap_xlog_visible(XLogReaderState *record) PageInit(vmpage, BLCKSZ, 0); /* - * XLogReplayBufferExtended locked the buffer. But visibilitymap_set - * will handle locking itself. + * XLogReadBufferForRedoExtended locked the buffer. But + * visibilitymap_set will handle locking itself. */ LockBuffer(vmbuffer, BUFFER_LOCK_UNLOCK); -- cgit v1.2.3