Fix obsolete nbtree array advancement comment.

Peter Geoghegan <pg@bowt.ie>

Commit: ce72e7e02e1c9075f8dd492f55281398d0721eb8
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2025-04-28T16:49:17Z
Releases: 18.0
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.

Files

PathChange+/−
src/backend/access/nbtree/nbtutils.c modified +2 −2