1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Update btree_gist extension for parallel query

All functions provided by this extension are PARALLEL SAFE.

Discussion: https://postgr.es/m/AM5PR0901MB1587E47B1ACF23C6089DFCA3FD9B0%40AM5PR0901MB1587.eurprd09.prod.outlook.com
Author: Steven Winfield
This commit is contained in:
Alexander Korotkov
2020-07-20 13:59:50 +03:00
parent c3fe108c02
commit d98c08cdc6
3 changed files with 194 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# btree_gist extension
comment = 'support for indexing common datatypes in GiST'
default_version = '1.5'
default_version = '1.6'
module_pathname = '$libdir/btree_gist'
relocatable = true
trusted = true