pgsql: Fix crash of xmlconcat(NULL) also backpatched to 8.3

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix crash of xmlconcat(NULL) also backpatched to 8.3
Date: 2008-11-15 20:52:35
Message-ID: 20081115205235.ED9177545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix crash of xmlconcat(NULL)

also backpatched to 8.3

Modified Files:
--------------
pgsql/src/backend/executor:
execQual.c (r1.236 -> r1.237)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c?r1=1.236&r2=1.237)
pgsql/src/test/regress/expected:
xml.out (r1.22 -> r1.23)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out?r1=1.22&r2=1.23)
xml_1.out (r1.23 -> r1.24)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml_1.out?r1=1.23&r2=1.24)
pgsql/src/test/regress/sql:
xml.sql (r1.16 -> r1.17)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xml.sql?r1=1.16&r2=1.17)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-11-15 20:53:40 pgsql: Fix crash of xmlconcat(NULL) backpatch from 8.4devel
Previous Message Tom Lane 2008-11-15 19:43:47 pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having