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)
commite5e66ac021fbbe4fd60b98511b68b6157ff2273a
tree3c480eacd114b8284e9f6cf2273e744ec3591888
parentc1df51585f17073ea47b63024ca1c8dfa3a944f8
Fix core dump in contrib/xml2's xpath_table() when the input query returns
a NULL value.  Per bug #4058.
contrib/xml2/xpath.c