plperl: Skip setting UTF8 flag when in SQL_ASCII encoding

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 7c460f0ba745611f4dadf413daa4ed9059951f92
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-07-10T19:16:59Z
Releases: 9.2.0
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding

When in SQL_ASCII encoding, strings passed around are not necessarily
UTF8-safe.  We had already fixed this in some places, but it looks like
we missed some.

I had to backpatch Peter Eisentraut's a8b92b60 to 9.1 in order for this
patch to cherry-pick more cleanly.

Patch from Alex Hunsaker, tweaked by Kyotaro HORIGUCHI and myself.

Some desultory cleanup and comment addition by me, during patch review.

Per bug report from Christoph Berg in
20120209102116.GA14429@msgid.df7cb.de

Files