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

From Peter Eisentraut
Subject Re: Index AM API cleanup
Date
Msg-id 8cf2db1e-8d68-4d0a-8b9a-055c2d00f4f1@eisentraut.org
Whole thread Raw
In response to Re: Index AM API cleanup  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Index AM API cleanup
List pgsql-hackers
Next, I have reviewed patches

v17-0010-Track-sort-direction-in-SortGroupClause.patch
v17-0011-Track-scan-reversals-in-MergeJoin.patch

Both of these seem ok and sensible to me.

They take the concept of the "reverse" flag that already exists in the 
affected code and just apply it more consistently throughout the various 
code layers, instead of relying on strategy numbers as intermediate 
storage.  This is both helpful for your ultimate goal in this patch 
series, and it also makes the affected code areas simpler and more 
consistent and robust.




pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: Re: Add llvm version into the version string
Next
From: Mark Dilger
Date:
Subject: Re: Index AM API cleanup