Problem in ExecEvalExpr function

Поиск
Список
Период
Сортировка
Искать
От
sandeep satpal
Тема
Problem in ExecEvalExpr function
Дата
Msg-id
Pine.LNX.4.63.0510181437570.2785@akash.it.iitb.ac.in
Список
Дерево обсуждения
Problem in ExecEvalExpr function sandeep satpal <sandeep@it.iitb.ac.in>
Re: Problem in ExecEvalExpr function Martijn van Oosterhout <kleptog@svana.org>
Re: Problem in ExecEvalExpr function "Jonah H. Harris" <jonah.harris@gmail.com>

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 status

if query is
select id , name , age , status from A , B where A.name = B.name and A.age 
= B.age.

Then parser find this "and" condition and divide this into two expression.
But I am not getting in which function exactly these comparison between 
tupleslot taking place.

-- 
------------------
| Sandeep Satpal |
| M.Tech Student |
| Lab 212 KReSIT |
------------------

В списке pgsql-hackers по дате отправления
От: Martijn van Oosterhout
Дата:
Сообщение: Re: A few questions
От: Andreas Pflug
Дата:
FAQ