pgsql: Repair EXPLAIN failure when trying to display a plan condition - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Repair EXPLAIN failure when trying to display a plan condition
Date
Msg-id [email protected]
Whole thread Raw
List 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.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ruleutils.c (r1.211 -> r1.212)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.211&r2=1.212)

pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Add: > * Make CLUSTER preserve recently-dead tuples per MVCC
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Repair EXPLAIN failure when trying to display a plan condition