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)
commit8c81b2ec513f09226a40592295821e64babce069
tree5ffaedc873af61bced1ae2cb1a8e06d7b50b44b7
parentb6332516656b5fbe56ebd741dce1bf40f6ff3c2f
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