Current multi-byte related codes have a bug with SQL_ASCII

Bruce Momjian <bruce@momjian.us>

Commit: ffb90a01fdd97bebb1a70d7899f55765f0acfe00
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-12-14T04:59:58Z
Releases: 7.1.1
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

Files

PathChange+/−
src/backend/utils/mb/conv.c modified +3 −2
src/bin/psql/psql.c modified +22 −1