Current multi-byte related codes have a bug with SQL_ASCII
authorBruce Momjian <bruce@momjian.us>
Mon, 14 Dec 1998 04:51:34 +0000 (04:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 14 Dec 1998 04:51:34 +0000 (04:51 +0000)
commit3df139cd201a4b58bfa42ad974f13ec26ff0cf69
tree146e09b3082700a76340d5a85430167b7cb28eaa
parente78d45319d665a49178e61c2564c06888fddfc59
Current multi-byte related codes have a bug with SQL_ASCII
support. Included patches will solve it and should be applied to
both trees.  Also, it fix the problem with \c command of psql when
switching different encoding databases.

Regression tests passed.
--
Tatsuo Ishii
t-ishii@sra.co.jp
src/backend/utils/mb/conv.c
src/bin/psql/psql.c