mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
f7946a92b6
This will allow enums to be used in exclusion constraints. The code uses the new CallerFInfoFunctionCall infrastructure in fmgr, and the support for it added to btree_gist in commit 393bb504d7. Reviewed by Tom Lane and Anastasia Lubennikova Discussion: http://postgr.es/m/56EA8A71.8060107@dunslane.net
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
# btree_gist extension
|
|
comment = 'support for indexing common datatypes in GiST'
|
|
default_version = '1.5'
|
|
module_pathname = '$libdir/btree_gist'
|
|
relocatable = true
|