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)
commit3bd17cbf5bfbaa866fffb3ce2158c0b9a6e87fab
treea3d9f8d5a7bfec898bca5fa62107aa74d3dac67f
parent9f9008e4a9cf7aab7e5814a69af5a3e02544ce11
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