Skip to content

Commit 0568589

Browse files
committed
docs: split out sort-skip partition item in PG 12 release notes
Discussion: https://postgr.es/m/0cf10a27-c6a0-de4a-cd20-ab7493ea7422@lab.ntt.co.jp
1 parent 6ba500c commit 0568589

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,6 @@ Author: Robert Haas <rhaas@postgresql.org>
418418
2019-02-21 [9eefba181] Delay lock acquisition for partitions until we route a t
419419
Author: Tom Lane <tgl@sss.pgh.pa.us>
420420
2019-03-30 [428b260f8] Speed up planning when partitions can be pruned at plan
421-
Author: Tom Lane <tgl@sss.pgh.pa.us>
422-
2019-04-05 [959d00e9d] Use Append rather than MergeAppend for scanning ordered
423421
-->
424422

425423
<para>
@@ -490,6 +488,18 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
490488

491489
<listitem>
492490
<!--
491+
Author: Tom Lane <tgl@sss.pgh.pa.us>
492+
2019-04-05 [959d00e9d] Use Append rather than MergeAppend for scanning ordered
493+
-->
494+
495+
<para>
496+
Avoid sorting when partitions are already being scanned in the
497+
necessary order (David Rowley)
498+
</para>
499+
</listitem>
500+
501+
<listitem>
502+
<!--
493503
Author: Robert Haas <rhaas@postgresql.org>
494504
2019-03-07 [898e5e329] Allow ATTACH PARTITION with only ShareUpdateExclusiveLoc
495505
-->

0 commit comments

Comments
 (0)