From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Alex Wang <alex(dot)wang(at)enterprisedb(dot)com> |
Subject: | Re: Index AM API cleanup |
Date: | 2025-02-25 12:21:00 |
Message-ID: | a5dfb7cd-7a89-48ab-a913-e5304eee0854@eisentraut.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Here is a rebased version of the main patch set.
As before, the patches marked [TEST] are not intended for committing,
they are just to support testing this patch series.
Also, after some offline discussions, we are disregarding patch 0004
"WIP: Add cluster support to the index AM API" for now. It needs a
different approach.
The remaining patches
0008 Generalize hash and ordering support in amapi
0010 WIP: Some stuff in AlterOpFamilyAdd
0011 FIXME: Fix direct cast from strategy to cmptype
0012 Use CompareType more and StrategyNumber less
0013 Generalize predicate tests beyond btree strategies
0014 Allow non-btree indexes to participate in mergejoin
0015 Replace various references to btree strategies
are in play at various stages of readiness.
I think 0008 is pretty much ready with some comment and documentation
tweaking.
0013 and 0014 are also pretty straightforward.
The others (0010, 0011, 0012, 0015) still need a bit of work in some
details, but overall the concepts are pretty solid now.
From | Date | Subject | |
---|---|---|---|
Next Message | Matheus Alcantara | 2025-02-25 12:31:37 | Re: Redact user password on pg_stat_statements |
Previous Message | Ranier Vilela | 2025-02-25 11:54:31 | Re: Small memory fixes for pg_createsubcriber |