Re: What happend to equality_oper() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: What happend to equality_oper()
Date
Msg-id 10236.1219935102@sss.pgh.pa.us
Whole thread Raw
In response to What happend to equality_oper()  (Bernd Helmle <mailings@oopsware.de>)
List pgsql-hackers
Bernd Helmle <mailings@oopsware.de> writes:
> I've used above function to construct OpExpr expressions with equality 
> operators in the past, but it seems it was removed and there's no 
> replacement for it?

Look at get_sort_group_operators() instead.  Or use the type cache
directly.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: code coverage patch
Next
From: Tom Lane
Date:
Subject: Re: September Commit Fest coming soon!