Re: BUG #4794: server closed the connection unexpectedly

From: Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com>
To: Markus Meyer <markus(at)7val(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4794: server closed the connection unexpectedly
Date: 2009-05-06 09:25:48
Message-ID: 1d4e0c10905060225j78c88e8nab0bb414e2420470@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, May 6, 2009 at 11:05 AM, Markus Meyer <markus(at)7val(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2009-05-06 09:41:39 Re: BUG #4794: server closed the connection unexpectedly
Previous Message Markus Meyer 2009-05-06 09:05:26 BUG #4794: server closed the connection unexpectedly