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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Repair EXPLAIN failure when trying to display a plan condition
Дата
Msg-id 20051230183422.AB13D9DC892@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > * Make CLUSTER preserve recently-dead tuples per MVCC
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Repair EXPLAIN failure when trying to display a plan condition