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:23 +0000 (01:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Mar 2008 01:19:23 +0000 (01:19 +0000)
commit388bf0eaf4c0921f2ed2e05bf2e509febf8e3fbf
tree12a30356141b927a09ff14092f9e1583ba31d0ea
parent4d4d2b389dc274e5bc15cb1f94e5f713773a1151
Fix core dump in contrib/xml2's xpath_table() when the input query returns
a NULL value.  Per bug #4058.
contrib/xml2/xpath.c