postgresql/src/include/tcop
Tom Lane 1fd0c59e25 Phase 1 of read-only-plans project: cause executor state nodes to point
to plan nodes, not vice-versa.  All executor state nodes now inherit from
struct PlanState.  Copying of plan trees has been simplified by not
storing a list of SubPlans in Plan nodes (eliminating duplicate links).
The executor still needs such a list, but it can build it during
ExecutorStart since it has to scan the plan tree anyway.
No initdb forced since no stored-on-disk structures changed, but you
will need a full recompile because of node-numbering changes.
2002-12-05 15:50:39 +00:00
..
dest.h pgindent run. 2002-09-04 20:31:48 +00:00
fastpath.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pquery.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
tcopdebug.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tcopprot.h Rename hostname_lookup to log_hostname. 2002-11-15 01:57:28 +00:00
utility.h pgindent run. 2002-09-04 20:31:48 +00:00