]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix CLOG truncation code to not do the Wrong Thing when there are already
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Apr 2002 05:12:00 +0000 (05:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Apr 2002 05:12:00 +0000 (05:12 +0000)
commitaf997458ebe32f1f9a10492bbe3aef549ada4806
tree9b527867f0bde70ac7410ab48c98e40d95703767
parent9de8b7b9f21ecda7bbf469db987221ff6b6e53cc
Fix CLOG truncation code to not do the Wrong Thing when there are already
wrapped-around databases.  The unvacuumed databases might be fine, or
they might not, but things will definitely not be fine if we remove the
wrong CLOG segments.  Per trouble report from Gary Wolfe, 1-Apr-2002.
src/backend/commands/vacuum.c