OSDN Git Service

Fix serious performance bug in new implementation of VACUUM FULL:
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Feb 2010 16:50:21 +0000 (16:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Feb 2010 16:50:21 +0000 (16:50 +0000)
commit9184cc7dab0b00f6a1325a762e856ed1079327cf
tree8469f2260d19935c326d37b2478c3aa218bf8308
parentdfc902854aa008ea4bd1096ab1657d226f0b9bfa
Fix serious performance bug in new implementation of VACUUM FULL:
cluster_rel necessarily builds an all-new toast table, so it's useless to
then go and VACUUM FULL the toast table.
src/backend/commands/vacuum.c