Thread: pgsql: Fix ExpandIndirectionStar to handle cases where the expression to

pgsql: Fix ExpandIndirectionStar to handle cases where the expression to

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_target.c (r1.131 -> r1.132)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_target.c.diff?r1=1.131&r2=1.132)