Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b9f3a929ee6b0309c50d837f464da7440303d2ef
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-07-12T04:11:13Z
Releases: 7.2.1
Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the
validity checking rules for VACUUM.  Make some other rearrangements of the
VACUUM code to allow more code to be shared between full and lazy VACUUM.
Minor code cleanups and added comments for TransactionId manipulations.

Files