]> granicus.if.org Git - postgresql/commit
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)
commit5729c3503dc45bf4a30dba7a522163cbd9cae548
treeed50021140767792ecb5f55aadae381edc04554f
parent9f82f9e45902d05e221798e82c22ac95d7a5c3e1
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