Re: Runtime pruning problem
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: David Rowley <david.rowley@2ndquadrant.com>, Yuzuko Hosoya <hosoya.yuzuko@lab.ntt.co.jp>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-04-18T18:13:56Z
Lists: pgsql-hackers
On Tue, Apr 16, 2019 at 10:49 PM Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote: > Maybe, not show them? That may be a bit inconsistent, because the point > of VERBOSE is to the targetlist among other things, but maybe the users > wouldn't mind not seeing it on such empty Append nodes. OTOH, they are > more likely to think seeing a subplan that's clearly prunable as a bug of > the pruning logic. Or maybe we could show them, but the Append could also be flagged in some way that indicates that its child is only a dummy. Everything Pruned: Yes Or something. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Put back regression test case in a more robust form.
- 22864f6e02f8 13.0 landed
-
Allow executor startup pruning to prune all child nodes.
- 5935917ce59e 13.0 landed
-
Further adjust EXPLAIN's choices of table alias names.
- 6ef77cf46e81 13.0 landed