pgsql: Fix obsolete nbtree array advancement comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Fix obsolete nbtree array advancement comment.
Date
Msg-id E1u9Rg8-0002JG-0j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix obsolete nbtree array advancement comment.

Checking if another primitive scan is required after all once the next
leaf page was moved from _bt_checkkeys to its _bt_readpage caller by
commit 9a2e2a28.  Update a comment that incorrectly described the
recheck mechanism as something that takes place in _bt_checkkeys.

Also fix an older typo in related code comments.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ce72e7e02e1c9075f8dd492f55281398d0721eb8

Modified Files
--------------
src/backend/access/nbtree/nbtutils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Next
From: Melanie Plageman
Date:
Subject: pgsql: Add maintenance_io_concurrency flag to some read stream users