Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cb95ec2

Browse files
committed
7.4.1 release note improvements
1 parent f39748a commit cb95ec2

File tree

1 file changed

+16
-20
lines changed

1 file changed

+16
-20
lines changed

doc/src/sgml/release.sgml

+16-20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.248 2003/12/17 07:07:00 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.249 2003/12/19 20:06:20 petere Exp $
33
-->
44

55
<appendix id="release">
@@ -28,8 +28,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.248 2003/12/17 07:07:00 momjian
2828

2929
<para>
3030
If you want to install the fixes in the information schema
31-
concerning the bit types, you need to reload the information
32-
schema. This is either accomplished by initializing a new cluster
31+
you need to reload it into the database.
32+
This is either accomplished by initializing a new cluster
3333
by running <command>initdb</command>, or by running the following
3434
sequence of SQL commands in each database (ideally including
3535
<literal>template1</literal>) as a superuser in
@@ -48,8 +48,8 @@ DROP SCHEMA information_schema CASCADE;
4848

4949
<para>Changes as of 2003-12-14</para>
5050
<itemizedlist>
51-
<listitem><para>Fixed bug in CREATE SCHEMA parsing (Michael)</para></listitem>
52-
<listitem><para>Fix --enable-thread-safety compile error when used with --with-perl (Peter)</para></listitem>
51+
<listitem><para>Fixed bug in <command>CREATE SCHEMA</command> parsing in ECPG (Michael)</para></listitem>
52+
<listitem><para>Fix compile error when <option>--enable-thread-safety</option> and <option>--with-perl</option> are used together (Peter)</para></listitem>
5353
<listitem><para>Fix for subqueries that used hash joins (Tom)</para>
5454
<para>
5555
Certain subqueries that used hash joins would crash because of
@@ -62,43 +62,39 @@ DROP SCHEMA information_schema CASCADE;
6262
</para>
6363
</listitem>
6464
<listitem><para>Fix for Borland compiler build of libpq (Bruce)</para></listitem>
65-
<listitem><para>Fix netmask() and hostmask() to return the maximum-length masklen (Tom)</para>
65+
<listitem><para>Fix <function>netmask()</function> and <function>hostmask()</function> to return the maximum-length masklen (Tom)</para>
6666
<para>
6767
Fix these functions to return values consistent with pre-7.4
6868
releases.
6969
</para>
7070
</listitem>
71-
<listitem><para>Several /contrib/pg_autovacuum fixes</para>
71+
<listitem><para>Several <filename>contrib/pg_autovacuum</filename> fixes</para>
7272
<para>
7373
Fixes include improper variable initialization, missing vacuum after
74-
TRUNCATE, and duration computation overflow for long vacuums.
74+
<command>TRUNCATE</command>, and duration computation overflow for long vacuums.
7575
</para>
7676
</listitem>
77-
<listitem><para>Allow compile of /contrib/cube under Cygwin (Jason Tishler)</para></listitem>
77+
<listitem><para>Allow compile of <filename>contrib/cube</filename> under Cygwin (Jason Tishler)</para></listitem>
7878
<listitem><para>Fix Solaris use of password file when no passwords are defined (Tom)</para>
7979
<para>
8080
Fix crash on Solaris caused by use of any type of password
8181
authentication when no passwords were defined.
8282
</para>
8383
</listitem>
8484
<listitem><para>JDBC fix for thread problems, other fixes</para></listitem>
85-
<listitem><para>Fix for index bytea lookups (Joe)</para></listitem>
86-
<listitem><para>Fix information schema for bit data types (Peter)</para>
87-
<para>
88-
To enable this fix, an initdb is required.
89-
</para>
90-
</listitem>
85+
<listitem><para>Fix for <type>bytea</type> index lookups (Joe)</para></listitem>
86+
<listitem><para>Fix information schema for bit data types (Peter)</para></listitem>
9187
<listitem><para>Force zero_damaged_pages to be on during recovery from WAL</para></listitem>
9288
<listitem><para>Prevent some obscure cases of <quote>variable not in subplan target lists</para></listitem>
93-
<listitem><para>Make PQescapeBytea and byteaout consistent with each other (Joe)</para>
94-
<listitem><para>Escape bytea output for bytes > 0x7e(Joe)</para>
89+
<listitem><para>Make <function>PQescapeBytea</function> and <function>byteaout</function> consistent with each other (Joe)</para>
90+
<listitem><para>Escape <type>bytea</type> output for bytes > 0x7e(Joe)</para>
9591
<para>
96-
If different client encodings are used for bytea output and input, it
97-
is possible for bytea values to be corrupted by the differing
92+
If different client encodings are used for <type>bytea</type> output and input, it
93+
is possible for <type>bytea</type> values to be corrupted by the differing
9894
encodings. This fix escapes all bytes that might be affected.
9995
</para>
10096
</listitem>
101-
<listitem><para>Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)</para></listitem>
97+
<listitem><para>Added missing <function>SPI_finish()</function> calls to dblink's <function>get_tuple_of_interest()</function> (Joe)</para></listitem>
10298
</itemizedlist>
10399

104100
</sect2>

0 commit comments

Comments
 (0)