pgsql: Fix handling of "Subplans Removed" field in EXPLAIN output.

2020-02-04 Thread Tom Lane
Fix handling of "Subplans Removed" field in EXPLAIN output. Commit 499be013d added this field in a rather poorly-thought-through manner, with the result being that rather than being a field of the Append or MergeAppend plan node as intended (and as it seems to be, in text format), it was actually

pgsql: Fix handling of "Subplans Removed" field in EXPLAIN output.

2020-02-04 Thread Tom Lane
Fix handling of "Subplans Removed" field in EXPLAIN output. Commit 499be013d added this field in a rather poorly-thought-through manner, with the result being that rather than being a field of the Append or MergeAppend plan node as intended (and as it seems to be, in text format), it was actually

pgsql: Fix handling of "Subplans Removed" field in EXPLAIN output.

2020-02-04 Thread Tom Lane
Fix handling of "Subplans Removed" field in EXPLAIN output. Commit 499be013d added this field in a rather poorly-thought-through manner, with the result being that rather than being a field of the Append or MergeAppend plan node as intended (and as it seems to be, in text format), it was actually