]> 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:51:34 +0000 (04:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 14 Dec 1998 04:51:34 +0000 (04:51 +0000)
commitbe471a96b79fafe7ef8eccc002270ca9e0eae677
tree6f33e1b0433bb8628e807ef31b0ff157026d1953
parent4d7ffd460a31831bfceccd77cc5eac67ce378af2
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