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

From Paul Jungwirth
Subject Re: Fix comment in btree_gist--1.8--1.9.sql
Date
Msg-id b4fdebd8-8feb-4624-bd18-23b11d2d7dd6@illuminatedcomputing.com
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
On 7/9/25 16:16, Michael Paquier wrote:
> 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.

Here is a patch with the new order.

Yours,

-- 
Paul              ~{:-)
pj@illuminatedcomputing.com

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add pg_get_injection_points() for information of injection points
Next
From: Yugo Nagata
Date:
Subject: Re: Extend ALTER DEFAULT PRIVILEGES for large objects