aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-16 15:08:53 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-16 15:08:53 +0000
commit8f6b96de9a09f10b726b87a484ece7240de7beb1 (patch)
treeb4b09a69e4c82817802dc95812ab11f4eaeeffa8
parenta4bb484c66e6281a4a9345500ce4b451b82f750e (diff)
downloadpostgresql-8f6b96de9a09f10b726b87a484ece7240de7beb1.tar.gz
postgresql-8f6b96de9a09f10b726b87a484ece7240de7beb1.zip
Add mention of removed -enable-multibyte/locale in HISTORY.
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b0a5e2cf863..f56eb2d9a09 100644
--- a/HISTORY
+++ b/HISTORY
@@ -386,6 +386,8 @@ Require readline and zlib by default in configure (Peter)
Allow Solaris to use Intimate Shared Memory (ISM), for performance
(Scott Brunza, P.J. Josh Rovero)
Always enable syslog in compile, remove --enable-syslog option (Tatsuo)
+Always enable multibyte in compile, remove --enable-multibyte option (Tatsuo)
+Always enable locale in compile, remove --enable-locale option (Tatsuo)
Fix for Win9x DLL creation (Magnus Naeslund)
Fix for link() usage by WAL code on Win32, Netware, BeOS (Jason Tishler)
Add sys/types.h to c.h, remove from main files (Peter, Bruce)