diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-16 15:08:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-16 15:08:53 +0000 |
commit | 8f6b96de9a09f10b726b87a484ece7240de7beb1 (patch) | |
tree | b4b09a69e4c82817802dc95812ab11f4eaeeffa8 | |
parent | a4bb484c66e6281a4a9345500ce4b451b82f750e (diff) | |
download | postgresql-8f6b96de9a09f10b726b87a484ece7240de7beb1.tar.gz postgresql-8f6b96de9a09f10b726b87a484ece7240de7beb1.zip |
Add mention of removed -enable-multibyte/locale in HISTORY.
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |