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)
commit911a89b22f1454dd22062d071d502ebb1e1afcbc
tree204c02a8c7b4f746d42c14a8597400cea98f1dea
parent0f01c4dc8d535460934a670ef70f879c72bc264c
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