pgsql: Fix bogus comments

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus comments
Date: 2016-05-12 19:07:57
Message-ID: E1b0vxl-0006VK-Hi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cca2a278609e9ed9bedc4796ae1427fbfb88a2fc

Modified Files
--------------
src/backend/access/heap/heapam.c | 4 ++--
src/backend/access/transam/xlogutils.c | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-05-13 00:04:54 pgsql: Ensure plan stability in contrib/btree_gist regression test.
Previous Message Alvaro Herrera 2016-05-12 18:38:27 pgsql: Fix obsolete comment