Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Feb 2005 20:19:24 +0000 (20:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Feb 2005 20:19:24 +0000 (20:19 +0000)
commit0aeb7d8008473231c01ba5dc835c5de145905320
treea620d8345c7732337b26071952b5ebc7c8cc3fd0
parenta7bbb6cd53b55fcbb040b93d336264a38035744b
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.  Turns out
there are corner cases involving dropping toasted columns in which the
previous coding would fail, too: the new version of the table might not
have any TOAST table, but we'd still propagate possibly-wide values of
dropped columns forward.
src/backend/commands/cluster.c