Обсуждение: pgsql-server/src/backend/optimizer/util clauses.c

Поиск
Список
Период
Сортировка

pgsql-server/src/backend/optimizer/util clauses.c

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/07/01 16:07:03

Modified files:
    src/backend/optimizer/util: clauses.c

Log message:
    Dept. of second thoughts: supporting inlining of polymorphic SQL functions
    takes only a few more lines of code than preventing it, so might as well
    support it.