Use server_encoding as remote connection encoding
authorMarko Kreen <markokr@gmail.com>
Thu, 11 Sep 2008 15:04:41 +0000 (15:04 +0000)
committerMarko Kreen <markokr@gmail.com>
Thu, 11 Sep 2008 15:04:41 +0000 (15:04 +0000)
commit498f3453b23371ae07e37decdc30b3c26f27dca8
tree84b5fc212bd3dd4501757a1f5936f16b4bae0efe
parent4a8a66270b29f78c9d5c082852ca26902517a7e4
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
src/execute.c