Re: What happend to equality_oper()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bernd Helmle <mailings(at)oopsware(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: What happend to equality_oper()
Date: 2008-08-28 14:51:42
Message-ID: 10236.1219935102@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bernd Helmle <mailings(at)oopsware(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-08-28 14:54:11 Re: September Commit Fest coming soon!
Previous Message Tom Lane 2008-08-28 14:24:10 Re: code coverage patch