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

From Michael Paquier
Subject Re: Fix comment in btree_gist--1.8--1.9.sql
Date
Msg-id aG74ZATkXgPurCJB@paquier.xyz
Whole thread Raw
In response to Re: Fix comment in btree_gist--1.8--1.9.sql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fix comment in btree_gist--1.8--1.9.sql
List pgsql-hackers
On Wed, Jul 09, 2025 at 01:52:08PM -0400, Tom Lane wrote:
>> I considered putting the sortsupport functions first, since they have a lower support function
>> number, but I thought defining them in the same order as we've been doing was a tiny bit safer.
>> Maybe that is superstitious.
>
> Yeah, I'd be inclined to swap them.  I dislike code that has no
> ordering principle other than feature development order.

Ordering them by number in the unified script makes more sense here.

> LGTM other than that nit.  Michael, do you want to do the
> honors, or shall I?

Sure, I can look at that today.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: index prefetching
Next
From: Andres Freund
Date:
Subject: Re: gcc 15 "array subscript 0" warning at level -O3