Re: Explain Nodes

From: Peter Geoghegan <peter(at)2ndquadrant(dot)com>
To: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Explain Nodes
Date: 2011-04-28 22:02:28
Message-ID: BANLkTinedgA+qdYyXXKdBPvyrT5fvR9C6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The code for all nodes is in src/backend/executor.

I think that you will find it useful to look at the big switch
statements in ExecInitNode() and friends in execProcnode.c .

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2011-04-28 22:07:55 Re: Explain Nodes
Previous Message Noah Misch 2011-04-28 21:54:06 Re: SQLERRD and dump of variables