diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-07-10 12:23:04 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-07-10 12:23:04 +0900 |
commit | b41c4308460500f2888aff9f844458915cae1798 (patch) | |
tree | 8e1bbd05d1a656f25c1b8a9477d9fea5e5b37e7d /contrib/btree_gist/btree_gist.control | |
parent | 4eca711bc991954613261b7a314b1e8f5963815c (diff) | |
download | postgresql-b41c4308460500f2888aff9f844458915cae1798.tar.gz postgresql-b41c4308460500f2888aff9f844458915cae1798.zip |
btree_gist: Merge the last two versions into version 1.8
During the development cycle of v18, btree_gist has been bumped once to
1.8 for the addition of translate_cmptype support functions (originally
7406ab623fee, renamed in 32edf732e8dc). 1.9 has added sortsupport
functions (e4309f73f698).
There is no need for two version bumps in a module for a single major
release of PostgreSQL. This commit unifies both upgrades to a single
SQL script, downgrading btree_gist to 1.8.
Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/13c61807-f702-4afe-9a8d-795e2fd40923@illuminatedcomputing.com
Backpatch-through: 18
Diffstat (limited to 'contrib/btree_gist/btree_gist.control')
-rw-r--r-- | contrib/btree_gist/btree_gist.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/btree_gist/btree_gist.control b/contrib/btree_gist/btree_gist.control index 69d9341a0ad..abf66538f32 100644 --- a/contrib/btree_gist/btree_gist.control +++ b/contrib/btree_gist/btree_gist.control @@ -1,6 +1,6 @@ # btree_gist extension comment = 'support for indexing common datatypes in GiST' -default_version = '1.9' +default_version = '1.8' module_pathname = '$libdir/btree_gist' relocatable = true trusted = true |