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

From Tom Lane
Subject Re: Index AM API cleanup
Date
Msg-id 1956253.1741789517@sss.pgh.pa.us
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
Peter Eisentraut <peter@eisentraut.org> writes:
> 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.

Hm, that will throw an error if IndexAmTranslateCompareType fails.
Shouldn't it be made to return InvalidOid instead?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Index AM API cleanup
Next
From: "Euler Taveira"
Date:
Subject: Re: Proposal: Progressive explain