pgsql: Repair EXPLAIN failure when trying to display a plan condition

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Repair EXPLAIN failure when trying to display a plan condition
Date: 2005-12-30 18:34:27
Message-ID: 20051230183427.0A9D89DC8A3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Repair EXPLAIN failure when trying to display a plan condition that involves
selection of a field from the result of a function returning RECORD.
I believe this case is new in 8.1; it's due to the addition of OUT parameters.
Per example from Michael Fuhr.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
ruleutils.c (r1.207.2.2 -> r1.207.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.207.2.2&r2=1.207.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-30 21:43:41 pgsql: Add support for Solaris x86_64 using Sun's compiler.
Previous Message Tom Lane 2005-12-30 18:34:22 pgsql: Repair EXPLAIN failure when trying to display a plan condition