diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-05 19:59:40 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-05 19:59:40 +0000 |
commit | fbcce08046bc553901ccbcf1ea6cf82f61968970 (patch) | |
tree | 8848ad80ceb71406bf111bb2c99b3c1240410f00 /src/backend/access/gist/gistproc.c | |
parent | 329a5322e9280bde04907f947ada2e2627ef41c2 (diff) | |
download | postgresql-fbcce08046bc553901ccbcf1ea6cf82f61968970.tar.gz |
Change EXPLAIN output so that subplans and initplans (particularly CTEs)
are individually labeled, rather than just grouped under an "InitPlan"
or "SubPlan" heading. This in turn makes it possible for decompilation of
a subplan reference to usefully identify which subplan it's referencing.
I also made InitPlans identify which parameter symbol(s) they compute,
so that references to those parameters elsewhere in the plan tree can
be connected to the initplan that will be executed. Per a gripe from
Robert Haas about EXPLAIN output of a WITH query being inadequate,
plus some longstanding pet peeves of my own.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions