Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b9a0724

Browse files
committed
doc: PG 12 relnotes, add mention of single-child optimization
Add mention of single-child optimization for partitions and UNION ALL. Reported-by: David Rowley Discussion: https://postgr.es/m/CAKJS1f8R8riwBXw==7ijV=UZNuhP+3qXgDBKSiM+=_cTf4mXXw@mail.gmail.com
1 parent 08d2d58 commit b9a0724

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,18 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
842842
<listitem>
843843
<!--
844844
Author: Tom Lane <tgl@sss.pgh.pa.us>
845+
2019-03-25 [8edd0e794] Suppress Append and MergeAppend plan nodes that have a s
846+
-->
847+
848+
<para>
849+
Improve optimization of partition and <literal>UNION ALL</literal>
850+
queries that have only a single child (David Rowley)
851+
</para>
852+
</listitem>
853+
854+
<listitem>
855+
<!--
856+
Author: Tom Lane <tgl@sss.pgh.pa.us>
845857
2018-12-13 [04fe805a1] Drop no-op CoerceToDomain nodes from expressions at plan
846858
-->
847859

0 commit comments

Comments
 (0)