]> granicus.if.org Git - postgresql/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:11:55 +0000 (05:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Apr 2002 05:11:55 +0000 (05:11 +0000)
commit9c54cfb4937f49301793f1ec39dd8526baa8139d
tree68b1088e17d45f92468ad29e25dbff8aa5e4cf2d
parent688781d4507ea4fbe1a5e6ba1daaa85468ef82b9
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