Re: Index AM API cleanup - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Index AM API cleanup
Date
Msg-id 06419469-03dc-4824-9c74-615afccbf9d9@eisentraut.org
Whole thread Raw
In response to Re: Index AM API cleanup  (Mark Dilger <mark.dilger@enterprisedb.com>)
List pgsql-hackers
While studying the patch "[PATCH v21 08/12] Allow non-btree indexes to 
participate in mergejoin", I figured we could do the sortsupport.c piece 
much simpler.  The underlying issue there is similar to commits 
0d2aa4d4937 and c594f1ad2ba: We're just using the btree strategy numbers 
to pass information about the sort direction.  We can do this simpler by 
just passing a bool.  See attached patch.
Attachment

pgsql-hackers by date:

Previous
From: "Chiranmoy.Bhattacharya@fujitsu.com"
Date:
Subject: Re: [PATCH] SVE popcount support
Next
From: Dilip Kumar
Date:
Subject: Re: Add an option to skip loading missing publication to avoid logical replication failure