]> granicus.if.org Git - postgresql/commit
ParseComplexProjection should make use of expandRecordVariable so that
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 May 2005 01:03:23 +0000 (01:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 May 2005 01:03:23 +0000 (01:03 +0000)
commit83b72ee286764e20c3f1c8c418780bab50ff6c29
tree3b245169d7a3826510d8cd55c8c7ab749c520e02
parent12a323b7a8d430e9bddae7c0155239d7a5790afc
ParseComplexProjection should make use of expandRecordVariable so that
it can handle cases like (foo.x).y where foo is a subquery and x is
a function-returning-RECORD RTE in that subquery.
src/backend/parser/parse_func.c
src/backend/parser/parse_target.c
src/include/parser/parse_target.h