ParseComplexProjection should make use of expandRecordVariable so that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 83b72ee286764e20c3f1c8c418780bab50ff6c29
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-31T01:03:23Z
Releases: 8.1.0
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.

Files