Use Tcl ByteArray objects to avoid unwanted character set translation
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpgtcl.sgml | modified | +22 −16 |
| src/interfaces/libpgtcl/pgtclCmds.c | modified | +15 −9 |