]> granicus.if.org Git - postgresql/commit
Put back plpython_unicode_2.out for SQL_ASCII case.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Aug 2012 13:04:18 +0000 (16:04 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Aug 2012 13:04:18 +0000 (16:04 +0300)
commit8fb54e91b3b5ff2f73039cc1ba9b0c2d9022418e
tree7e76f95ca9ae6e8686bd64309ecef2bab7ed1a97
parent7fbe5aaaa8bd50e75474f8f671e66ec1b24a42ab
Put back plpython_unicode_2.out for SQL_ASCII case.

This alternative expected output file is required when using SQL_ASCII
as the client and server encoding. The python encoding conversion used to
throw an error on that, but it is now accepted and you get the UTF-8
representation of the string. I thought that case was already covered by
the other expected output files, but the buildfarm says otherwise.

This is only required on REL9_2_STABLE. In 9.1, we explicitly set
client_encoding to UTF-8 to avoid this.
src/pl/plpython/expected/plpython_unicode_2.out [new file with mode: 0644]