]> granicus.if.org Git - postgresql/commit
Fix ExpandIndirectionStar to handle cases where the expression to be
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Apr 2005 21:03:25 +0000 (21:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Apr 2005 21:03:25 +0000 (21:03 +0000)
commitdfc5c72961b57eae2c5654a31e1a17bb045e1267
tree2798ebf6cb9ec20592551f66094845fcd0e97824
parentea19c8772e70f7c9b2963d8210e50d70a49285bd
Fix ExpandIndirectionStar to handle cases where the expression to be
expanded is of RECORD type, eg
'select (foo).* from (select foo(f1) from t1) ss'
where foo() is a function declared with multiple OUT parameters.
src/backend/parser/parse_target.c