Ignore resjunk targetlist entries when matching arguments to
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jul 1999 02:04:19 +0000 (02:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jul 1999 02:04:19 +0000 (02:04 +0000)
commit34d8b5410c6f41a2ce06741bb70e780a2f325c22
tree435b4b9218e0edfc95435bf4fee92c6704da333d
parent1f5b5d98f8029c24c1ec36aded1971e6660bf270
Ignore resjunk targetlist entries when matching arguments to
a SubLink with the subplan's targetlist.  This fixes a problem seen with,
for example, a subselect that uses GROUP BY.
src/backend/parser/parse_expr.c