Current multi-byte related codes have a bug with SQL_ASCII
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mb/conv.c | modified | +3 −2 |
| src/bin/psql/psql.c | modified | +22 −1 |