pgsql: Teach PQescapeByteaConn() to use hex format when the target

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach PQescapeByteaConn() to use hex format when the target
Date: 2009-08-04 18:05:42
Message-ID: 20090804180542.BFF7C75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Teach PQescapeByteaConn() to use hex format when the target connection is
to a server >= 8.5. Per my proposal in discussion of hex-format patch.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-exec.c (r1.204 -> r1.205)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c?r1=1.204&r2=1.205)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-08-04 18:49:50 pgsql: Ooops, missed that a couple of contrib modules have calls to
Previous Message Tom Lane 2009-08-04 16:08:37 pgsql: Support hex-string input and output for type BYTEA.