pgsql: Fix crash of xmlconcat(NULL) backpatch from 8.4devel

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix crash of xmlconcat(NULL) backpatch from 8.4devel
Date: 2008-11-15 20:53:40
Message-ID: 20081115205340.403517545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

backpatch from 8.4devel

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/executor:
execQual.c (r1.226 -> r1.226.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execQual.c?r1=1.226&r2=1.226.2.1)
pgsql/src/test/regress/expected:
xml.out (r1.20 -> r1.20.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out?r1=1.20&r2=1.20.2.1)
xml_1.out (r1.21 -> r1.21.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml_1.out?r1=1.21&r2=1.21.2.1)
pgsql/src/test/regress/sql:
xml.sql (r1.16 -> r1.16.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xml.sql?r1=1.16&r2=1.16.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Alex Hunsaker 2008-11-15 21:53:59 Re: pgsql: Enable script to generate preproc.y in build process.
Previous Message Peter Eisentraut 2008-11-15 20:52:35 pgsql: Fix crash of xmlconcat(NULL) also backpatched to 8.3