]> granicus.if.org Git - postgresql/commit
Disallow the combination VACUUM FULL FREEZE for safety's sake, for the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Dec 2004 19:28:49 +0000 (19:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Dec 2004 19:28:49 +0000 (19:28 +0000)
commite9c03c3b1b6d14e48fa1cfbb5831a9a03a0c0ab7
treeb28ff023c3d9c544707f3d2b87422990cc70d588
parentbbf29949c371efa82f08f1774d9147f502dfda97
Disallow the combination VACUUM FULL FREEZE for safety's sake, for the
reasons I outlined in pghackers a few days ago.

Also, undo someone's overly optimistic decision to reduce tuple state
checks from if (...) elog() to Asserts.  If I trusted this code more,
I might think it was a good idea to disable these checks in production
installations.  But I don't.
doc/src/sgml/manage-ag.sgml
doc/src/sgml/ref/vacuum.sgml
src/backend/commands/vacuum.c