Back patch for GUC client_encoding variable not being handled

Tatsuo Ishii <ishii@postgresql.org>

Commit: d1bb0db8dd208236f84f54e3c4ef6eac2ae4e71e
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2003-02-19T14:14:58Z
Releases: 7.3.3
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

PathChange+/−
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