Fix comment in btree_gist--1.8--1.9.sql

From: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix comment in btree_gist--1.8--1.9.sql
Date: 2025-07-08 23:49:30
Message-ID: 13c61807-f702-4afe-9a8d-795e2fd40923@illuminatedcomputing.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Hackers,

I noticed that the comment at the top of btree_gist--1.8--1.9.sql says it is the 1.7--1.8 file. Here
is a one-line patch to fix that.

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?

Yours,

--
Paul ~{:-)
pj(at)illuminatedcomputing(dot)com

Attachment Content-Type Size
v1-0001-Fix-comment-in-btree_gist-1.8-1.9.sql.patch text/x-patch 945 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Fan 2025-07-09 00:14:38 Re: A assert failure when initdb with track_commit_timestamp=on
Previous Message Michael Paquier 2025-07-08 23:28:00 Re: mention unused_oids script in pg_proc.dat