Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e719d3

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 parent3468a04 commit8e719d3

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

‎doc/src/sgml/release-12.sgml

Lines changed: 9 additions & 20 deletions
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 newsupport function capability to improve optimizer
850-
estimatesfor some functions (Tom Lane)
836+
Addsupport 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)

[8]ページ先頭

©2009-2025 Movatter.jp