pgsql/src/backend/catalog index.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/catalog index.c
Date: 2001-01-24 00:06:08
Message-ID: 200101240006.f0O068N63608@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-01-24 00:36:18 pgsql/src/backend/catalog index.c
Previous Message Tom Lane 2001-01-23 23:32:46 pgsql/src/backend/commands vacuum.c