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(-)