From b24e361d11df702e76413008596f28d3cd677a12 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sat, 12 Jun 2004 04:08:02 +0000 Subject: [PATCH] Markup fix. --- doc/src/sgml/release.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 7b07abf828c..45138787508 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.264 2004/06/12 04:02:53 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.265 2004/06/12 04:08:02 momjian Exp $ --> <appendix id="release"> @@ -44,7 +44,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.264 2004/06/12 04:02:53 momjian <listitem><para>Fix a zero-column bug (Tom)</para></listitem> <listitem><para>Improve handling of non-qualitified identifiers in GROUP BY clauses (Tom)</para></listitem> <listitem><para>Do not allow NATURAL CROSS JOIN (Tom)</para></listitem> -<listitem><para>Add missing check for invalid protocol packet length in binary COPY (Tom)</para></listitem> +<listitem><para>Add missing check for invalid protocol packet length in binary COPY (Tom)</para> <para> This fixes a difficult-to-exploit security hole. </para></listitem> -- GitLab