summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorTom Lane2003-05-26 18:58:26 +0000
committerTom Lane2003-05-26 18:58:26 +0000
commit6923ea2b861945fdd5b39bffe081ae450c33e8b1 (patch)
tree712acd772709d9d9f097818a26a6f29aeeb835f0 /HISTORY
parent4b864e7cb0b7b213514b5f1b50d392192a590c48 (diff)
Fix misstatement in release-notes item.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3b44c4af2b5..661d161411b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -109,7 +109,7 @@
Fix problem with EXCEPT in CREATE RULE
Prevent problem with dropping temp tables having serial columns
Fix replace_vars_with_subplan_refs failure in complex views
- Fix regexp slowness in multibyte encodings (Tatsuo)
+ Fix regexp slowness in single-byte encodings (Tatsuo)
Allow qualified type names in CREATE CAST and DROP CAST
Accept 'SETOF type[]', which formerly had to be written 'SETOF _type'
Fix pg_dump core dump in some cases with procedural languages