pgsql/src/backend/catalog index.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/catalog index.c
Дата
Msg-id 200101240006.f0O068N63608@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/01/23 19:06:08

Modified files:
    src/backend/catalog: index.c

Log message:
    Make functional index copy attstorage from the column data type, rather
    than forcing 'plain'.  This probably does not matter right now, but I
    think it needs to be consistent with the regular (not-functional) index
    case, where attstorage is copied from the underlying table.  Clean up
    some other dead and infelicitous code too.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/commands vacuum.c
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: pgsql/src/backend/catalog index.c