pgsql: Correct obsolete nbtree page split WAL comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct obsolete nbtree page split WAL comment.
Date: 2019-03-04 20:37:14
Message-ID: E1h0uKo-0007C1-7N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct obsolete nbtree page split WAL comment.

Commit 2c03216d831, which revamped the WAL record format, failed to
update a comment referencing the old API. Update the comment.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/72c7c4e38610297b200721a7d5201f79e7ceef7c

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-03-04 20:54:08 pgsql: Allow recovery tests to run on Windows as an admin user
Previous Message Andrew Dunstan 2019-03-04 19:42:32 pgsql: Reorder configure tests for accept() in Windows