]> granicus.if.org Git - postgresql/commit
Current multi-byte related codes have a bug with SQL_ASCII
authorBruce Momjian <bruce@momjian.us>
Mon, 14 Dec 1998 04:59:58 +0000 (04:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 14 Dec 1998 04:59:58 +0000 (04:59 +0000)
commitffb90a01fdd97bebb1a70d7899f55765f0acfe00
tree33134e20d6dd1cbe87ad4674eb36bc2d120a1ebb
parent4140c2f30e2814527f0975876956f446e326ae70
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