fix_indxqual_references didn't cope with ArrayRef nodes,
meaning that this failed: select proname,typname,prosrc from pg_proc,pg_type where proname = 'float8' and pg_proc.proargtypes[0] = pg_type.oid;
Showing
Please register or sign in to comment