Re: FuncExpr.collid/OpExpr.collid unworkably serving double duty - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: FuncExpr.collid/OpExpr.collid unworkably serving double duty
Date
Msg-id 1300220563.7581.35.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: FuncExpr.collid/OpExpr.collid unworkably serving double duty  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On tis, 2011-03-15 at 16:16 -0400, Tom Lane wrote:
> But what did you think of the idea of setting collations during a
> post-pass, so that the collation derivation values need only be local
> storage during that one recursive routine?

That sounds reasonable.  We do need the collation value in the
expression tree permanently, but not the collation derivation, as far as
I can tell.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Can't specify default collation?
Next
From: Martijn van Oosterhout
Date:
Subject: Re: dependency between numbers keywords and parser speed