Re: pgsql: Clarify use of temporary tables within partition trees
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-committers@lists.postgresql.org
Date: 2018-06-29T09:13:28Z
Lists: pgsql-hackers
Attachments
- remove_dead_code_from_expand_partitioned_rtentry.patch (application/octet-stream) patch
On 20 June 2018 at 13:53, Michael Paquier <michael@paquier.xyz> wrote: > Clarify use of temporary tables within partition trees Hi, Thanks for committing this fix. I think slightly more should have been done. There's still some dead code in expand_partitioned_rtentry that I think should be removed. The code won't cost much performance wise, but it may mislead someone into thinking they can add some other condition there to skip partitions. The attached removes it. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Remove dead code for temporary relations in partition planning
- 5fca035903a2 11.0 landed
- fc057b2b8fc3 12.0 landed
-
Clarify use of temporary tables within partition trees
- 5862174ec78a 10.5 cited
-
Expand partitioned table RTEs level by level, without flattening.
- 0a480502b092 11.0 cited