]> git.ipfire.org Git - thirdparty/postgresql.git/commit
btree_gist: Merge the last two versions into version 1.8
authorMichael Paquier <michael@paquier.xyz>
Thu, 10 Jul 2025 03:23:30 +0000 (12:23 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 10 Jul 2025 03:23:30 +0000 (12:23 +0900)
commit99fd638ba0bfcac137ce4627bf004551c7d26cea
tree58dd02e238227e56e7f246391c3f1a11bf639a62
parent7bd752c1fb8eb300f0011ad9bcdbf96cb1ad64e2
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
contrib/btree_gist/Makefile
contrib/btree_gist/btree_gist--1.7--1.8.sql
contrib/btree_gist/btree_gist--1.8--1.9.sql [deleted file]
contrib/btree_gist/btree_gist.control
contrib/btree_gist/meson.build