pgsql: Rename heapam_index_fetch_tuple argument for clarity. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Rename heapam_index_fetch_tuple argument for clarity.
Date
Msg-id E1w92xC-002vaK-2W@gemulon.postgresql.org
Whole thread Raw
List 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@bowt.ie>
Reviewed-By: Andres Freund <andres@anarazel.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(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Fix indentation
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Move heapam_handler.c index scan code to new file.