Re: How to look at the Expression Trees - Mailing list pgsql-hackers

From Vaibhav Kaushal
Subject Re: How to look at the Expression Trees
Date
Msg-id AANLkTi=DP0abUQOwr639yr+T2hHjwhK5Z_hdq7YbvUXL@mail.gmail.com
Whole thread Raw
In response to Re: How to look at the Expression Trees  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Responses Re: How to look at the Expression Trees
List pgsql-hackers
Hi,

You said:

ExecMakeFunctionResultNoSets is used to evaluate function calls.

What are the 'functions' there? Are they the user supplied pl/PGSQL style user functions, the functions handled by fmgr or are they just another C function which make the Expression Evaluator?

Regards,
Vaibhav 

pgsql-hackers by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: GSoC 2011 - Mentors? Projects?
Next
From: Greg Stark
Date:
Subject: Re: Planner regression in 9.1: min(x) cannot use partial index with NOT NULL