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