Re: Fix comment in btree_gist--1.8--1.9.sql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix comment in btree_gist--1.8--1.9.sql
Date
Msg-id 1142085.1752076294@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix comment in btree_gist--1.8--1.9.sql  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Fix comment in btree_gist--1.8--1.9.sql
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> On Tue, Jul 08, 2025 at 04:49:30PM -0700, Paul Jungwirth wrote:
>> A related question: In the v18 release we are adding two upgrade files:
>> btree_gist--1.7--1.8.sql and btree_gist--1.8-1.9.sql. Why not collapse them
>> into one? Technically we briefly had btree_gist--1.7--1.8.sql in 17devel,
>> but it was reverted before release. Would you like a patch combining these
>> files? Is it too late for that?

> It would be too late once the branch is officially released, and we
> are still in a position where it is possible to combine both.  Let's
> do so for REL_18_STABLE, having two upgrade paths for a single major
> version is just extra work for no benefit.

+1 for merging those two while we still can.

            regards, tom lane



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: ABI Compliance Checker GSoC Project
Next
From: Tom Lane
Date:
Subject: Re: 回复:[Internet]Re: [PATCH] Prevent replacement of a function if it's used in an index expression and is not IMMUTABLE