Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > Do we need a 'AND NOT a.attisdropped' in there anywhere as well?
Hm, probably a good idea, although in the current state of the code it theoretically shouldn't matter. (DROP COLUMN zeroes atttypid, so that part of the join won't succeed. But vacuumlo shouldn't depend on it.) I've applied a patch. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly