Christopher Kings-Lynne <chriskl@familyhealth.com.au> 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