git.postgresql.org Git - postgresql.git/commit
2024年1月18日 19:44:57 +0000 (14:44 -0500)
2024年1月18日 19:44:57 +0000 (14:44 -0500)
commit cb970240f13df2b63f0410f81f452179a2b78d6f
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
This is the main PostgreSQL git repository.
RSS
Atom