]> granicus.if.org Git - postgresql/commit
Make functional index copy attstorage from the column data type, rather
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Jan 2001 00:06:07 +0000 (00:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Jan 2001 00:06:07 +0000 (00:06 +0000)
commit997ee51631728e79f558cf583b884b7a507a43ab
treeaa17137776c75a22a6198ab9b0dedbfa79540bf5
parentc654c69c05b30401c93199dce07f9a04f3249c57
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.
src/backend/catalog/index.c