Add helper functions to simplify heapgettup code
authorDavid Rowley <[email protected]>
Thu, 2 Feb 2023 23:38:42 +0000 (12:38 +1300)
committerDavid Rowley <[email protected]>
Thu, 2 Feb 2023 23:38:42 +0000 (12:38 +1300)
commit8ca6d49f634124e2f77f5c02af244c4ca4a3b1e9
treee76809c48581a798ae8dc3cf97354c413399005a
parentf9bc34fcb664e93d1fa3c3873527dce6f4cc495f
Add helper functions to simplify heapgettup code

Here we add heapgettup_start_page() and heapgettup_continue_page() to
simplify the code in the heapgettup() function.

Author: Melanie Plageman
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/CAAKRu_bvkhka0CZQun28KTqhuUh5ZqY=_T8QEqZqOL02rpi2bw@mail.gmail.com
src/backend/access/heap/heapam.c