pgsql: Don't try to constant-fold functions returning RECORD, since the

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Don't try to constant-fold functions returning RECORD, since the
Дата
Msg-id 20050414214435.85ED153AAA@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't try to constant-fold functions returning RECORD, since the optimizer
isn't presently set up to pass them an expected tuple descriptor.  Bug has
been there since 7.3 but was just recently reported by Thomas Hallgren.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        clauses.c (r1.154.2.3 -> r1.154.2.4)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/clauses.c.diff?r1=1.154.2.3&r2=1.154.2.4)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Don't try to constant-fold functions returning RECORD, since the
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Don't try to constant-fold functions returning RECORD, since the