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

From Peter Eisentraut
Subject Re: Index AM API cleanup
Date
Msg-id ab837c62-daf7-4310-9632-73b17ad48162@eisentraut.org
Whole thread Raw
In response to Re: Index AM API cleanup  (Mark Dilger <mark.dilger@enterprisedb.com>)
Responses Re: Index AM API cleanup
Re: Index AM API cleanup
List pgsql-hackers
And another small patch set extracted from the bigger one, to keep 
things moving along:

0001: Add get_opfamily_method() in lsyscache.c, from your patch set.

0002: Add get_opfamily_member_for_cmptype().  This was called 
get_opmethod_member() in your patch set, but I think that name wasn't 
quite right.  I also removed the opmethod argument, which was rarely 
used and is somewhat redundant.

0003 and 0004 are enabling non-btree unique indexes for partition keys 
and materialized views.  These were v21-0011 and v21-0012, except that 
I'm combining the switch from strategies to compare types (which was in 
v21-0006 or so) with the removal of the btree requirements.

Attachment

pgsql-hackers by date:

Previous
From: Diego Fronza
Date:
Subject: Re: meson vs. llvm bitcode files
Next
From: Tom Lane
Date:
Subject: Re: Index AM API cleanup