Обсуждение: pgsql/src/backend/catalog index.c

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

pgsql/src/backend/catalog index.c

От
Tom Lane
Дата:
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.