Re: Executor Material

From: Dan Colish <dan(at)unencrypted(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Executor Material
Date: 2009-08-04 20:43:37
Message-ID: 20090804204337.GD3109@blackbox.spiretech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I found these docs to very helpful for understand how the backend works,
but for the executor specifically, I think following the code is best.

http://anoncvs.postgresql.org/cvsweb.cgi/~checkout~/pgsql/src/tools/backend/index.html

--
--Dan

On Tue, Aug 04, 2009 at 05:35:04PM -0300, Edson Ramiro wrote:
> Hi all,
>
> Does someone has some material which explain how the executor works?
>
> I'm looking for the internal processing of a query in the _executor_.
>
> Thanks for help
>
> Edson Ramiro

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-08-04 20:49:10 Re: Executor Material
Previous Message Edson Ramiro 2009-08-04 20:35:04 Executor Material