]> 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:08 +0000 (20:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 6 Feb 2005 20:19:08 +0000 (20:19 +0000)
commit2a6c03250341dfdcef7de62768314eb443d3f255
treeef01f36bfa478263761168a0749749f7567e3d96
parent4f821124733a1005107cf7c4322eed2fc9af6e9e
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