pgsql: Teach ruleutils to drill down into RECORD-type Vars in the same

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach ruleutils to drill down into RECORD-type Vars in the same
Date: 2005-05-31 03:04:12
Message-ID: 20050531030412.A20695281A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Teach ruleutils to drill down into RECORD-type Vars in the same way
that the parser now can, so that it can reverse-list cases involving
FieldSelect from a RECORD Var.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
ruleutils.c (r1.197 -> r1.198)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.197&r2=1.198)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-31 03:37:16 pgsql: Fix information_schema for OUT and INOUT parameters.
Previous Message Tom Lane 2005-05-31 01:03:23 pgsql: ParseComplexProjection should make use of expandRecordVariable so