Which file does the SELECT?

From: Vaibhav Kaushal <vaibhavkaushal123(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Which file does the SELECT?
Date: 2010-10-10 08:02:59
Message-ID: AANLkTinzske33mDgk1k00q_A9NEAqF_uFHMvv1nmLCr=@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have gone through the source code a bit but I wanted to know that which
file contains the code that performs the final SLECTION after the optimizer
has created the final plan? I mean which part of the executor is responsible
for the SELCT to be run?

Can someone tell me the file which governs it?

Thanks for any help in advance.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2010-10-10 08:11:20 Re: Which file does the SELECT?
Previous Message Craig Ringer 2010-10-10 07:14:18 Re: Slow count(*) again...