diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-12-21 18:06:26 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-12-21 18:06:26 +0000 |
commit | 74f35bb2b27e26f64687fdc1660da141988c46bc (patch) | |
tree | cc0149ff5e719d50978d2114dac7914d0ad8710f | |
parent | 39a08d3ed81fe34898de089eca4cfba42e0442aa (diff) | |
download | postgresql-74f35bb2b27e26f64687fdc1660da141988c46bc.tar.gz postgresql-74f35bb2b27e26f64687fdc1660da141988c46bc.zip |
Fix broken markup, adjust 7.4.1 release date, re-sync HEAD with branch.
-rw-r--r-- | doc/src/sgml/release.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 826a757670b..18d6dfbb694 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.235.2.15 2003/12/21 16:36:34 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.16 2003/12/21 18:06:26 tgl Exp $ --> <appendix id="release"> @@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.15 2003/12/21 16:36:34 pe <note> <title>Release date</title> - <simpara>2003-12-15</simpara> + <simpara>2003-12-22</simpara> </note> <para> @@ -84,8 +84,8 @@ DROP SCHEMA information_schema CASCADE; <listitem><para>Fix for <type>bytea</type> index lookups (Joe)</para></listitem> <listitem><para>Fix information schema for bit data types (Peter)</para></listitem> <listitem><para>Force zero_damaged_pages to be on during recovery from WAL</para></listitem> -<listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</para></listitem> -<listitem><para>Make <function>PQescapeBytea</function> and <function>byteaout</function> consistent with each other (Joe)</para> +<listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</quote></para></listitem> +<listitem><para>Make <function>PQescapeBytea</function> and <function>byteaout</function> consistent with each other (Joe)</para></listitem> <listitem><para>Escape <type>bytea</type> output for bytes > 0x7e(Joe)</para> <para> If different client encodings are used for <type>bytea</type> output and input, it @@ -1995,7 +1995,7 @@ DROP SCHEMA information_schema CASCADE; <itemizedlist> <listitem><para>Force zero_damaged_pages to be on during recovery from WAL</para></listitem> -<listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</para></listitem> +<listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</quote></para></listitem> <listitem><para>Force stats processes to detach from shared memory, ensuring cleaner shutdown</para></listitem> <listitem><para>Make PQescapeBytea and byteaout consistent with each other (Joe)</para></listitem> <listitem><para>Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)</para></listitem> |