aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-04-24 22:48:25 -0400
committerBruce Momjian <bruce@momjian.us>2017-04-24 22:48:25 -0400
commit6e033c6a9639078501ac1830676ae062ee8a4aca (patch)
tree62aa198b056d4cbf8cb4d67d4918515bb6b567d9
parentbba375eb9df037c73af3743521f2b44e6fdf8c3b (diff)
downloadpostgresql-6e033c6a9639078501ac1830676ae062ee8a4aca.tar.gz
postgresql-6e033c6a9639078501ac1830676ae062ee8a4aca.zip
doc: PG 10 fixes
Reported-by: Takayuki Tsunakawa
-rw-r--r--doc/src/sgml/release-10.sgml15
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 406ce202796..6ccbbead28d 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -411,17 +411,6 @@ Allow merge joins to be performed in parallel (Dilip Kumar)
</para>
</listitem>
-<listitem>
-<!--
-Author: Robert Haas <rhaas@postgresql.org>
-2017-03-08 [98e6e8904] tidbitmap: Support shared iteration.
-Author: Robert Haas <rhaas@postgresql.org>
-2017-03-08 [f35742ccb] Support parallel bitmap heap scans.
--->
-<para>
-Support parallel bitmap heap scans (Dilip Kumar)
-</para>
-
<para>
This allows a single index scan to dispatch parallel workers to process
different areas of the heap.
@@ -1152,7 +1141,7 @@ Author: Peter Eisentraut <peter_e@gmx.net>
-->
<para>
Remove documented restriction about using large shared buffers on
-<systemitem class="osname">Windows</> (Tsunakawa, Takayuki)
+<systemitem class="osname">Windows</> (Takayuki Tsunakawa)
</para>
</listitem>
@@ -1868,7 +1857,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
2016-09-28 [d3cd36a13] Make to_timestamp() and to_date() range-check fields of
-->
<para>
-Have <function>to_timestamp()</> and <function>to_date()</> check check input values for validity
+Have <function>to_timestamp()</> and <function>to_date()</> check input values for validity
(Artur Zakirov)
</para>