]> granicus.if.org Git - postgresql/commit
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 8 Apr 2002 03:48:10 +0000 (03:48 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 8 Apr 2002 03:48:10 +0000 (03:48 +0000)
commit38671e01e9282c10a0ca01fb6e7b74409a239ab9
treeb4aa72923c27945fa358720f334550663c13f481
parent1dd58c61f7d06a59b014409f17a9cfe341867a55
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.
This is necessary for mulibyte character sequences.
See "[HACKERS] PQescapeBytea is not multibyte aware" thread posted around
2002/04/05 for more details.
src/interfaces/libpq/fe-exec.c