Reduce code duplication between heapgettup and heapgettup_pagemode

David Rowley <drowley@postgresql.org>

Commit: 7ae0ab0ad9704b10400a611a9af56c63304c27a5
Author: David Rowley <drowley@postgresql.org>
Date: 2023-02-03T03:20:43Z
Releases: 16.0
Reduce code duplication between heapgettup and heapgettup_pagemode

The code to get the next block number was exactly the same between these
two functions, so let's just put it into a helper function and call that
from both locations.

Author: Melanie Plageman
Reviewed-by: Andres Freund, David Rowley
Discussion: https://postgr.es/m/CAAKRu_bvkhka0CZQun28KTqhuUh5ZqY=_T8QEqZqOL02rpi2bw@mail.gmail.com

Files

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

Discussion