Tom Lane
be3aa30da3
Fix inadequate error checking: you can't assume that fcinfo->resultinfo
...
is a ReturnSetInfo unless you've tested it with IsA.
2005-07-09 01:53:22 +00:00
Tom Lane
0549de06ba
Fix segfault when xpath_list function is applied to an invalid document.
...
John Gray
2005-01-09 17:40:40 +00:00
Bruce Momjian
1646586271
Attached is a patch that adds the function xml_encode_special_chars to
...
the xml2 contrib module. It's against 8.0beta4. It's intended for
commit.
Markus Bertheau <twanger@bluetwanger.de>
2004-12-02 22:21:12 +00:00
Neil Conway
04a1a24e9c
Cleanup some unnecessary void * casts when using pfree() in contrib/xml
...
and contrib/xml2
2004-10-13 01:26:42 +00:00
Bruce Momjian
b6b71b85bc
Pgindent run for 8.0.
2004-08-29 05:07:03 +00:00
Neil Conway
bab4269b95
contrib/xml2 updates from John Gray:
...
I have changed the name of the new parse function to xml_valid and fixed
a reference to SortMem which meant that the code as supplied would work
against 7.3 and 7.4 but wouldn't work in CVS.
2004-03-07 20:41:27 +00:00
Bruce Momjian
31f4b59a46
Move new version of contrib/ xml into xml2, keep old version in /xml.
2004-03-05 03:57:58 +00:00