pgsql: btree_gist: Merge the last two versions into version 1.8

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: btree_gist: Merge the last two versions into version 1.8
Date: 2025-07-10 03:24:18
Message-ID: E1uZhtS-005Wi4-12@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)illuminatedcomputing(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/13c61807-f702-4afe-9a8d-795e2fd40923@illuminatedcomputing.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/99fd638ba0bfcac137ce4627bf004551c7d26cea

Modified Files
--------------
contrib/btree_gist/Makefile | 2 +-
contrib/btree_gist/btree_gist--1.7--1.8.sql | 197 ++++++++++++++++++++++++++++
contrib/btree_gist/btree_gist--1.8--1.9.sql | 197 ----------------------------
contrib/btree_gist/btree_gist.control | 2 +-
contrib/btree_gist/meson.build | 1 -
5 files changed, 199 insertions(+), 200 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-07-10 03:55:25 Re: pgsql: Fix up misuse of "volatile" in contrib/xml2.
Previous Message Michael Paquier 2025-07-10 01:13:16 pgsql: injection_points: Add injection_points_list()