Re: [PATCHES] A minor patch to mark xml/xslt functions immutable

2005-07-14 Thread Neil Conway
Ilia Kantor wrote: Immutability is obvious, because xml procession result depends on the document and request solely. Thanks, applied with some tweaks. I've attached the patch I applied. -Neil Index: contrib/xml2/pgxml.sql.in ===

[PATCHES] A minor patch to mark xml/xslt functions immutable

2005-07-13 Thread Ilia Kantor
Immutability is obvious, because xml procession result depends on the document and request solely. Couldn't use it for indexes w/o that flag. --- /root/pgxml.sql.in Sat Jul 9 21:41:33 2005 +++ /usr/ports/databases/postgresql-contrib/work/postgresql-8.0.3/contrib/xml2/p gxml.sql.in Sat