OSDN Git Service

Use new cstring/text conversion functions in some additional places.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 May 2008 16:42:41 +0000 (16:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 May 2008 16:42:41 +0000 (16:42 +0000)
commit45173ae24e308061c008f77996f3edbebe0e4dc2
tree9dd9bd3cc11648b13dd0ccee488014421adbe274
parent0ff74f03b153abfe4cc10abe7be5a13cdbcac782
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
contrib/pgcrypto/pgp-pgsql.c
contrib/xml2/xpath.c
contrib/xml2/xslt_proc.c
src/backend/utils/adt/varchar.c
src/backend/utils/adt/xml.c