pgsql: Remove references to old function name

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove references to old function name
Date: 2024-04-08 05:13:02
Message-ID: E1rthJV-0014ho-Hs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Reported-by: David Rowley <dgrowleyml(at)gmail(dot)com>
Discussion: https://postgr.es/m/20240407172615.cocrsvboqm3ttqe4@awork3.anarazel.de
Discussion: https://postgr.es/m/CAApHDvp4SniHopTrVeKWcEvNXFtdki0utAvO=5R7H6TNhtULRQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/heapam.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2024-04-08 05:46:57 Re: pgsql: Transform OR clauses to ANY expression
Previous Message Thomas Munro 2024-04-08 05:02:55 pgsql: Add pg_buffercache_evict() function for testing.