pgsql: Fix segfault when xpath_list function is applied to an invalid

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix segfault when xpath_list function is applied to an invalid
Date: 2005-01-09 17:40:40
Message-ID: 20050109174040.C4E023A5325@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-09 17:47:31 pgsql: Update discussion of ALTER TABLE ADD COLUMN, per Michael Fuhr.
Previous Message Peter Eisentraut 2005-01-09 17:38:20 pgsql: New translations