Remove references to old function name
authorAndres Freund <andres@anarazel.de>
Mon, 8 Apr 2024 04:41:00 +0000 (21:41 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 8 Apr 2024 05:05:50 +0000 (22:05 -0700)
commite3b69be951597eeee9c546fbfc51f9f801c7b198
tree6c78f64460b747b92c7ac84cb911a77276e7c450
parent13453eedd3f692f8dcf8e334396eee84f00fdde2
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
src/backend/access/heap/heapam.c