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