Back patch for GUC client_encoding variable not being handled
Tatsuo Ishii <ishii@postgresql.org>
Back patch for GUC client_encoding variable not being handled correctly. However the patch for PostgresPollingStatusType() is not included to avoid 7.3 libpq vs. pre-7.3 backend compatibility problem. See following thread for more details. Subject: [HACKERS] client_encoding directive is ignored in postgresql.conf From: Tatsuo Ishii <t-ishii@sra.co.jp> Date: Wed, 29 Jan 2003 22:24:04 +0900 (JST)
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/init/postinit.c | modified | +4 −1 |
| src/backend/utils/mb/mbutils.c | modified | +23 −1 |
| src/include/mb/pg_wchar.h | modified | +2 −1 |