pgsql: Remove munging of xml and xpath params to xpath().

Started by Andrew Dunstanover 17 years ago1 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

Log Message:
-----------
Remove munging of xml and xpath params to xpath(). The XML must now be a well formed XML document.

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.472 -> r1.473)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.472&r2=1.473)
pgsql/src/backend/utils/adt:
xml.c (r1.83 -> r1.84)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.83&r2=1.84)