Here are the patches against the current source tree. I have run the
Bruce Momjian <bruce@momjian.us>
Here are the patches against the current source tree. I have run the regression test on a FreeBSD box with both non-MULTIBYTE and MULTIBYTE-enabled, and confirmed that the results are same. However I do not tested on PCs(I don't have access to win). Please let me know if the patches break anything on PCs. Also please note that the patch for varchar.c is a fix for a nasty bug of char(n) types that I introduced and I believe at least this should be applied. Tatsuo Ishii
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/varchar.c | modified | +6 −2 |
| src/backend/utils/mb/common.c | modified | +11 −2 |
| src/bin/psql/win32.mak | modified | +8 −0 |
| src/interfaces/libpq/fe-print.c | modified | +12 −2 |
| src/interfaces/libpq/libpqdll.def | modified | +2 −1 |
| src/interfaces/libpq/win32.mak | modified | +13 −1 |
| src/win32.mak | modified | +6 −2 |