pgsql: ParseComplexProjection should make use of expandRecordVariable so

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ParseComplexProjection should make use of expandRecordVariable so
Date: 2005-05-31 01:03:23
Message-ID: 20050531010323.E9F2E5289E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/parser:
parse_func.c (r1.179 -> r1.180)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_func.c.diff?r1=1.179&r2=1.180)
parse_target.c (r1.133 -> r1.134)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_target.c.diff?r1=1.133&r2=1.134)
pgsql/src/include/parser:
parse_target.h (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/parser/parse_target.h.diff?r1=1.35&r2=1.36)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-31 03:04:12 pgsql: Teach ruleutils to drill down into RECORD-type Vars in the same
Previous Message Tom Lane 2005-05-31 00:07:47 pgsql: Change relblocknumber field of pg_buffercache view from numeric