]> granicus.if.org Git - postgresql/commit
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)
commiteeb3abe0176999b1cf6a7a091bcc73fc76f6111c
treedc6ab936c8539c02735cec10980f415e0701d375
parent8c32f99f677d82c9480b7300b7edab5180b6b006
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