Use Tcl ByteArray objects to avoid unwanted character set translation

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ede9b68e03ec9288e85b2847b27793782c0cf5da
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-10-31T00:18:55Z
Releases: 7.4.1
Use Tcl ByteArray objects to avoid unwanted character set translation
in libpgtcl's lo_read/lo_write commands.  Also, deal correctly with
failure return from lo_read().  ljb and Tom Lane.

Files

PathChange+/−
doc/src/sgml/libpgtcl.sgml modified +22 −16
src/interfaces/libpgtcl/pgtclCmds.c modified +15 −9