Re: scan on inheritance parent with no children in current session
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-08-15T13:40:27Z
Lists: pgsql-hackers
On Mon, Aug 14, 2017 at 1:49 AM, Ashutosh Bapat <ashutosh.bapat@enterprisedb.com> wrote: > I have modified the comments that way. Committed with some cleanup. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Avoid unnecessary single-child Append nodes.
- 17a2a27b49ae 10.0 landed
- d57929afc706 11.0 landed
-
Don't scan partitioned tables.
- d3cc37f1d801 10.0 cited