Thread: pgsql: Fix core dump in contrib/xml2's xpath_table() when the input

pgsql: Fix core dump in contrib/xml2's xpath_table() when the input

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix core dump in contrib/xml2's xpath_table() when the input query returns
a NULL value.  Per bug #4058.

Modified Files:
--------------
    pgsql/contrib/xml2:
        xpath.c (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c?r1=1.17&r2=1.18)