1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add btree_gin support for enum types

Reviewed by Tom Lane and Anastasia Lubennikova

Discussion:  http://postgr.es/m/56EA8A71.8060107@dunslane.net
This commit is contained in:
Andrew Dunstan
2017-03-21 11:04:17 -04:00
parent f7946a92b6
commit 4ad0f88c44
6 changed files with 199 additions and 11 deletions

View File

@ -1,5 +1,5 @@
# btree_gin extension
comment = 'support for indexing common datatypes in GIN'
default_version = '1.1'
default_version = '1.2'
module_pathname = '$libdir/btree_gin'
relocatable = true