Skip to content

Commit 6923ea2

Browse files
committed
Fix misstatement in release-notes item.
1 parent 4b864e7 commit 6923ea2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
Fix problem with EXCEPT in CREATE RULE
110110
Prevent problem with dropping temp tables having serial columns
111111
Fix replace_vars_with_subplan_refs failure in complex views
112-
Fix regexp slowness in multibyte encodings (Tatsuo)
112+
Fix regexp slowness in single-byte encodings (Tatsuo)
113113
Allow qualified type names in CREATE CAST and DROP CAST
114114
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
115115
Fix pg_dump core dump in some cases with procedural languages

doc/src/sgml/release.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.190 2003/05/26 00:11:27 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.191 2003/05/26 18:58:26 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -131,7 +131,7 @@ Fix problem with checking for wrong type of access permission in rule query
131131
Fix problem with EXCEPT in CREATE RULE
132132
Prevent problem with dropping temp tables having serial columns
133133
Fix replace_vars_with_subplan_refs failure in complex views
134-
Fix regexp slowness in multibyte encodings (Tatsuo)
134+
Fix regexp slowness in single-byte encodings (Tatsuo)
135135
Allow qualified type names in CREATE CAST and DROP CAST
136136
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
137137
Fix pg_dump core dump in some cases with procedural languages

0 commit comments

Comments
 (0)