]> granicus.if.org Git - postgresql/commit
Make casts from xml to text independent of the XML option setting, thus
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Nov 2007 12:21:05 +0000 (12:21 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Nov 2007 12:21:05 +0000 (12:21 +0000)
commit7888b52076562ba770ccfd863dc3c3c984788703
treec6522ca7da2ad7fdd64e8183bae2d94655f01ec2
parent542d04e17944f8ceb36fc33061fc83d06efbd999
Make casts from xml to text independent of the XML option setting, thus
immutable and indexable.  Also fix the volatility settings of some other
XML-related functions.
src/backend/utils/adt/xml.c
src/include/catalog/catversion.h
src/include/catalog/pg_cast.h
src/include/catalog/pg_proc.h
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql