]> granicus.if.org Git - postgresql/commit
Fix longstanding bug that kept functional indexes from working when you
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Feb 2000 02:58:48 +0000 (02:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Feb 2000 02:58:48 +0000 (02:58 +0000)
commit49267095638a982b7d1fc0924dfb058cf9cc7bdc
tree90c55cb327d61f60e5e23a1814b75a70696d1a9f
parent73348316e7bf2fce5be47882a9f5c42ce0f66402
Fix longstanding bug that kept functional indexes from working when you
defaulted the opclass.  This addresses TODO item
* Allow creation of functional indexes to use default types
(Does that make it a feature?  Oh dear...)
src/backend/catalog/index.c
src/backend/commands/indexcmds.c