Skip to content

Commit 9d615a9

Browse files
committed
Fix markup for para.
1 parent 3a3c06f commit 9d615a9

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

doc/src/sgml/release.sgml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.341 2005/08/23 11:59:09 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -51,10 +51,14 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian
5151

5252
<varlistentry>
5353
<term>
54+
Add in-memory bitmaps which allows multiple indexes to be merged in a
55+
single query (Tom)
5456
</term>
5557

5658
<listitem>
5759
<para>
60+
This allows multiple indexes to be combined to access a single
61+
table.
5862
</para>
5963
</listitem>
6064
</varlistentry>
@@ -213,17 +217,6 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.340 2005/08/23 11:53:33 momjian
213217
</para>
214218
</listitem>
215219

216-
<listitem>
217-
<para>
218-
Add in-memory bitmaps which allows multiple indexes to be merged in a
219-
single query (Tom)
220-
</para>
221-
<para>
222-
This allows multiple indexes to be combined to access a single
223-
table.
224-
</para>
225-
</listitem>
226-
227220
<listitem>
228221
<para>
229222
Change WAL CRC records from 64bit to 32bit to improve performance
@@ -9186,7 +9179,6 @@ Subqueries in FROM are now supported.
91869179
</varlistentry>
91879180

91889181
</variablelist>
9189-
</para>
91909182

91919183
<sect2>
91929184
<title>Migration to version 7.1</title>

0 commit comments

Comments
 (0)