]> granicus.if.org Git - postgresql/commit
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Feb 2005 20:19:42 +0000 (20:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Feb 2005 20:19:42 +0000 (20:19 +0000)
commit3f8235ba241757563d3a10e74695eb783684d0f9
tree7282901e43926d8609d4d8333a3a92b1e6c1fb15
parent5bb38455e68f78906a703476ae1067b840188a25
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