Re: Explain Nodes - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Explain Nodes
Date
Msg-id BANLkTinedgA+qdYyXXKdBPvyrT5fvR9C6A@mail.gmail.com
Whole thread Raw
In response to Explain Nodes  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Explain Nodes  ("David E. Wheeler" <david@kineticode.com>)
List 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


pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: SQLERRD and dump of variables
Next
From: "David E. Wheeler"
Date:
Subject: Re: Explain Nodes