diff options
author | David Rowley <drowley@postgresql.org> | 2023-02-03 16:20:43 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2023-02-03 16:20:43 +1300 |
commit | 7ae0ab0ad9704b10400a611a9af56c63304c27a5 (patch) | |
tree | 6b121edc9d28ad0aefab08916333f39638a29dec /src/backend/access/gist/gistbuild.c | |
parent | 3e577ff602fe3438ac60771c4a6d027d881619b0 (diff) | |
download | postgresql-7ae0ab0ad9704b10400a611a9af56c63304c27a5.tar.gz postgresql-7ae0ab0ad9704b10400a611a9af56c63304c27a5.zip |
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
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions