Обсуждение: pgsql-server/src/backend catalog/heap.c comman ...

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

pgsql-server/src/backend catalog/heap.c comman ...

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/01/08 17:06:24

Modified files:
    src/backend/catalog: heap.c
    src/backend/commands: tablecmds.c typecmds.c

Log message:
    Reconsider old decision to try to constant-fold default and constraint
    expressions before they are stored.  This seems like not such a hot idea,
    particularly now that the constant-folder will try to inline SQL functions.