pgsql: Use new cstring/text conversion functions in some additional - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Use new cstring/text conversion functions in some additional
Date
Msg-id 20080504164241.5693C7559DA@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: psqlodbc - psqlodbc: Omission in change of reference.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add pg_conf_load_time() function to report when the Postgres