Remove references to old function name

Andres Freund <andres@anarazel.de>

Commit: e3b69be951597eeee9c546fbfc51f9f801c7b198
Author: Andres Freund <andres@anarazel.de>
Date: 2024-04-08T05:05:50Z
Releases: 17.0
Remove references to old function name

In a97bbe1f1df I accidentally referenced heapgetpage(), both in a function
name and a comment. But since 44086b09753 the relevant function is named
heap_prepare_pagescan().  Rename the new function to page_collect_tuples().

Reported-by: Melanie Plageman <melanieplageman@gmail.com>
Reported-by: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/20240407172615.cocrsvboqm3ttqe4@awork3.anarazel.de
Discussion: https://postgr.es/m/CAApHDvp4SniHopTrVeKWcEvNXFtdki0utAvO=5R7H6TNhtULRQ@mail.gmail.com

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +8 −8

Discussion

Cited messages not in the archive: 20240407172615.cocrsvboqm3ttqe4@awork3.anarazel.de