Обсуждение: pgsql/src/backend/utils/adt ruleutils.c

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

pgsql/src/backend/utils/adt ruleutils.c

От
tgl@postgresql.org
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/04 18:00:14

Modified files:
    src/backend/utils/adt: ruleutils.c

Log message:
    Ooops, I was a little too enthusiastic about suppressing default
    index opclasses; they might be default for some other datatype,
    in which case we mustn't suppress 'em.