Fix core dump in contrib/xml2's xpath_table() when the input query returns
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Mar 2008 01:19:31 +0000 (01:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Mar 2008 01:19:31 +0000 (01:19 +0000)
commitba01dcbb0b72f3161f443baad01be7a5c0ba24e6
tree261f270809fecdfd6cc9a1482bfba7832c9c74ae
parent9d998560ea0b6edcec2f1ba41c004e098dea7cec
Fix core dump in contrib/xml2's xpath_table() when the input query returns
a NULL value.  Per bug #4058.
contrib/xml2/xpath.c