pgsql/src/backend/catalog index.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/catalog index.c
Date
Msg-id 200101240006.f0O068N63608@hub.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/commands vacuum.c
Next
From: Hiroshi Inoue
Date:
Subject: pgsql/src/backend/catalog index.c