btree page recycling can be done as soon as page's next-xact label is

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

Commit: 61b22d3aab48fc462bf7283964fde9b3071a72fd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-23T23:20:52Z
Releases: 7.4.1
btree page recycling can be done as soon as page's next-xact label is
older than current Xmin; we don't have to wait till it's older than
GlobalXmin.

Files