plproxy - plproxy: Use server_encoding as remote connection encoding - Mailing list pgsql-committers

From mkz@pgfoundry.org (User Mkz)
Subject plproxy - plproxy: Use server_encoding as remote connection encoding
Date
Msg-id 20080911150441.5506017AE668@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use server_encoding as remote connection encoding

Previous use of client_encoding was wrong, but seemed to work because
of binary i/o which bypassed the encoding checks.

Noticed and fixed by Hiroshi Saito

Modified Files:
--------------
    plproxy/src:
        execute.c (r1.13 -> r1.14)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/execute.c.diff?r1=1.13&r2=1.14)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: plproxy - plproxy: disable binary i/o completely
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust the parser to accept the typename syntax INTERVAL ...