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

Commit 8e719d3

Browse files
committed
docs: PG 12 relnote adjustments based on feedback from Tom Lane
Discussion: https://postgr.es/m/22793.1558399695@sss.pgh.pa.us
1 parent 3468a04 commit 8e719d3

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

doc/src/sgml/release-12.sgml

+9-20
Original file line numberDiff line numberDiff line change
@@ -597,12 +597,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
597597
-->
598598

599599
<para>
600-
Improve handling of partition dependency (Tom Lane)
601-
</para>
602-
603-
<para>
604-
This prevents the creation of inconsistent partition hierarchies
605-
in rare cases.
600+
Fix bugs that could cause <command>ALTER TABLE DETACH
601+
PARTITION</command> to not drop objects that should be dropped,
602+
such as automatically-created child indexes (Tom Lane)
606603
</para>
607604
</listitem>
608605

@@ -831,28 +828,20 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
831828
<!--
832829
Author: Tom Lane <tgl@sss.pgh.pa.us>
833830
2019-02-09 [1fb57af92] Create the infrastructure for planner support functions.
834-
-->
835-
836-
<para>
837-
Add support for <link linkend="sql-createfunction">function
838-
selectivity</link> (Tom Lane)
839-
</para>
840-
</listitem>
841-
842-
<listitem>
843-
<!--
844831
Author: Tom Lane <tgl@sss.pgh.pa.us>
845832
2019-02-09 [a391ff3c3] Build out the planner support function infrastructure.
846833
-->
847834

848835
<para>
849-
Use the new support function capability to improve optimizer
850-
estimates for some functions (Tom Lane)
836+
Add support function capability to improve optimizer estimates
837+
for functions (Tom Lane)
851838
</para>
852839

853840
<para>
854-
Specifically, improve them for
855-
<function>generate_series()</function>,
841+
This allows extensions to create planner support functions that
842+
can provide function-specific selectivity, cost, and row-count
843+
estimates that can depend on the function arguments. Also, improve
844+
in-core estimates for <function>generate_series()</function>,
856845
<function>unnest()</function>, and functions that return boolean
857846
values.
858847
</para>

0 commit comments

Comments
 (0)