Re: [HACKERS] Problem in ExecEvalExpr function

2005-10-18 Thread Jonah H. Harris
Sandeep, You seem to be having a lot of trouble understanding the evaluation code which isn't that complex.  Are you still trying to do that case-insensitive comparison?  If so, I seriously recommend that you just look at the citext project on gborg and stop messing around in the backend, it's jus

Re: [HACKERS] Problem in ExecEvalExpr function

2005-10-18 Thread Martijn van Oosterhout
On Tue, Oct 18, 2005 at 02:38:39PM +0530, sandeep satpal wrote: > > Hi, > > I have some doubts related to ExecEvalExpr functions which is used to > executing the expression. Since they are operators, they go through ExecEvalOper. However, after the first call they go through ExecMakeFunctionRes

[HACKERS] Problem in ExecEvalExpr function

2005-10-18 Thread sandeep satpal
Hi, I have some doubts related to ExecEvalExpr functions which is used to executing the expression. Here we are finding the subexpression recursively. But I am not able to find it out that where exactly the comparison taking place. For eg. relation A id name age relation B name age stat