fix_indxqual_references didn't cope with ArrayRef nodes,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 May 1999 01:30:58 +0000 (01:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 May 1999 01:30:58 +0000 (01:30 +0000)
commitbcebd533aad2642f1c703aa1e653209cc0fa4b06
tree54b5dc51133953ca258ef1050e2435391cb03fd8
parentcb0b2bda7f59c02de19cb500cb2515fa6555e4ea
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;
src/backend/optimizer/plan/createplan.c