pgsql: Use new cstring/text conversion functions in some additional

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use new cstring/text conversion functions in some additional
Date: 2008-05-04 16:42:41
Message-ID: 20080504164241.5693C7559DA@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use new cstring/text conversion functions in some additional places.
These changes assume that the varchar and xml data types are represented
the same as text. (I did not, however, accept the portions of the proposed
patch that wanted to assume bytea is the same as text --- tgl.)

Brendan Jurd

Modified Files:
--------------
pgsql/contrib/pgcrypto:
pgp-pgsql.c (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-pgsql.c?r1=1.9&r2=1.10)
pgsql/contrib/xml2:
xpath.c (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c?r1=1.18&r2=1.19)
xslt_proc.c (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xslt_proc.c?r1=1.10&r2=1.11)
pgsql/src/backend/utils/adt:
varchar.c (r1.127 -> r1.128)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/varchar.c?r1=1.127&r2=1.128)
xml.c (r1.72 -> r1.73)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.72&r2=1.73)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-04 21:13:36 pgsql: Add pg_conf_load_time() function to report when the Postgres
Previous Message User H-saito 2008-05-04 16:11:15 psqlodbc - psqlodbc: Omission in change of reference.