diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-01-18 14:44:57 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-01-18 14:44:57 -0500 |
commit | cb970240f13df2b63f0410f81f452179a2b78d6f (patch) | |
tree | 6f0e18787a38956edf8ef57464969bd9de649cda /src/backend/access/gist/gistxlog.c | |
parent | 0a157a4d441586a0e590e2f8a3839114e01df4b7 (diff) | |
download | postgresql-cb970240f13df2b63f0410f81f452179a2b78d6f.tar.gz postgresql-cb970240f13df2b63f0410f81f452179a2b78d6f.zip |
Move VM update code from lazy_scan_heap() to lazy_scan_prune().
Most of the output parameters of lazy_scan_prune() were being
used to update the VM in lazy_scan_heap(). Moving that code into
lazy_scan_prune() simplifies lazy_scan_heap() and requires less
communication between the two.
This change permits some further code simplification, but that
is left for a separate commit.
Melanie Plageman, reviewed by me.
Discussion: http://postgr.es/m/CAAKRu_aM=OL85AOr-80wBsCr=vLVzhnaavqkVPRkFBtD0zsuLQ@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions