Skip to content

Commit a321d67

Browse files
committed
Fix release markup.
1 parent 10d78c7 commit a321d67

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

doc/src/sgml/release.sgml

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.419 2006/02/12 17:10:47 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.420 2006/02/12 17:27:33 momjian Exp $
33

44
Typical markup:
55

@@ -47,61 +47,61 @@ For new features, add links to the documentation sections.
4747
<itemizedlist>
4848

4949
<listitem><para>Fix rare bug with row visibility logic in self-inserted
50-
rows (Tom)</listitem></para>
50+
rows (Tom)</para></listitem>
5151

5252
<listitem><para>Fixes for relation cache management and WAL file creation
53-
(Tom)</listitem></para>
53+
(Tom)</para></listitem>
5454

5555
<listitem><para>Properly check <literal>DOMAIN</> constraints for
5656
<literal>UNKNOWN</> parameters in prepared statements
57-
(Neil)</listitem></para>
57+
(Neil)</para></listitem>
5858

5959
<listitem><para>Change <command>ALTER COLUMN TYPE</> to drop
6060
<literal>FOREIGN KEY</> constraints before <literal>UNIQUE</> or
61-
<literal>PRIMARY KEY</> constraints (Nakano Yoshihisa)</listitem></para>
61+
<literal>PRIMARY KEY</> constraints (Nakano Yoshihisa)</para></listitem>
6262

6363
<listitem><para>Fix <literal>CREATE OPERATOR</> dumps that have
64-
cross-schema definitions (Tom)</listitem></para>
64+
cross-schema definitions (Tom)</para></listitem>
6565

6666
<listitem><para>Allow <application>pg_restore</> to continue after a
6767
<command>COPY</> failure, rather than treating the remaining statements
68-
as <command>COPY</> data (Stephen Frost)</listitem></para>
68+
as <command>COPY</> data (Stephen Frost)</para></listitem>
6969

7070
<listitem><para>Fix <application>pg_ctl</> <literal>unregister</> crash
71-
when the data directory is not specified (Magnus)</listitem></para>
71+
when the data directory is not specified (Magnus)</para></listitem>
7272

7373
<listitem><para>Fix <application>libpq</> <function>PQprint</> HTML tags
74-
(Christoph Zwerschke)</listitem></para>
74+
(Christoph Zwerschke)</para></listitem>
7575

7676
<listitem><para>Fix <application>ecpg</> crash on AMD64 and PPC
77-
(Neil)</listitem></para>
77+
(Neil)</para></listitem>
7878

7979
<listitem><para>Fix problem with argument passing with error reporting
80-
in <application>PL/python</> (Neil)</listitem></para>
80+
in <application>PL/python</> (Neil)</para></listitem>
8181

8282
<listitem><para>Fix memory leak in <application>PL/perl</>'s row
83-
returning code (Neil)</listitem></para>
83+
returning code (Neil)</para></listitem>
8484

8585
<listitem><para>Fix <application>PL/perl</>'s handling of locales on
86-
Win32 to match the backend (Andrew)</listitem></para>
86+
Win32 to match the backend (Andrew)</para></listitem>
8787

88-
<listitem><para>Various optimizer improvements (Tom)</listitem></para>
88+
<listitem><para>Various optimizer improvements (Tom)</para></listitem>
8989

9090
<listitem><para>Fix crash when <literal>log_min_messages</> is set in
9191
<literal>postgresql.conf</> to <literal>DEBUG5</> on Win32
92-
(Bruce)</listitem></para>
92+
(Bruce)</para></listitem>
9393

9494
<listitem><para>Fix <application>pgxs</> <literal>-L</> library path
95-
specification for Win32 and Cygwin (Bruce)</listitem></para>
95+
specification for Win32 and Cygwin (Bruce)</para></listitem>
9696

9797
<listitem><para>Check that SID is enabled while checking for Win32 admin
98-
privileges (Magnus)</listitem></para>
98+
privileges (Magnus)</para></listitem>
9999

100100
<listitem><para>Portability fix for <function>finite</> and
101-
<function>isinf</> (Tom)</listitem></para>
101+
<function>isinf</> (Tom)</para></listitem>
102102

103103
<listitem><para>Improve speed of <filename>/contrib/tsearch2</> index
104-
creation (Teodor)</listitem></para>
104+
creation (Teodor)</para></listitem>
105105

106106
</itemizedlist>
107107

0 commit comments

Comments
 (0)