On Wed, May 6, 2009 at 11:05 AM, Markus Meyer <mar...@7val.com> wrote:
> If i make an
>
> SELECT xmlconcat(('<datanode>' || NULL || '</datanode>')::xml);
>
> follows
>
> server closed the connection unexpectedly
>        This probably means the server terminated abnormally
>        before or while processing the request.

It's fixed in 8.3.7:
wombat=> SELECT xmlconcat(('<datanode>' || NULL || '</datanode>')::xml);
 xmlconcat
-----------

(1 ligne)

(More exactly see the release nots of 8.3.6: "Fix crash of
xmlconcat(NULL) (Peter)")

Consider upgrading your installation to the latest minor release of
8.3. It's highly recommended.

-- 
Guillaume

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to