pgsql: Fix segfault when xpath_list function is applied to an invalid - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix segfault when xpath_list function is applied to an invalid
Date
Msg-id 20050109174040.C4E023A5325@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix segfault when xpath_list function is applied to an invalid document.
John Gray

Modified Files:
--------------
    pgsql/contrib/xml2:
        xpath.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c.diff?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: petere@svr1.postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: New translations
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update discussion of ALTER TABLE ADD COLUMN, per Michael Fuhr.