pgsql: Correct obsolete nbtree page split WAL comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Correct obsolete nbtree page split WAL comment.
Date
Msg-id E1h0uKo-0007C1-7N@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Reorder configure tests for accept() in Windows
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Allow recovery tests to run on Windows as an admin user