pgsql: Rename heapam_index_fetch_tuple argument for clarity.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename heapam_index_fetch_tuple argument for clarity.
Date: 2026-04-04 15:30:31
Message-ID: E1w92xC-002vaK-2W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename heapam_index_fetch_tuple argument for clarity.

Rename heapam_index_fetch_tuple's call_again argument to heap_continue,
for consistency with the pointed-to variable name (IndexScanDescData's
xs_heap_continue field).

Preparation for an upcoming commit that will move index scan related
heapam functions into their own file.

Author: Peter Geoghegan <pg(at)bowt(dot)ie>
Reviewed-By: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/bmbrkiyjxoal6o5xadzv5bveoynrt3x37wqch7w3jnwumkq2yo@b4zmtnrfs4mh

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1adff1a0c558ecaef4fbe4cf343c426a59414749

Modified Files
--------------
src/backend/access/heap/heapam_handler.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2026-04-04 15:31:16 pgsql: Move heapam_handler.c index scan code to new file.
Previous Message John Naylor 2026-04-04 14:52:07 pgsql: Fix indentation