Re: BUG #4794: server closed the connection unexpectedly

From: John R Pierce <pierce(at)hogranch(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:41:39
Message-ID: 4A015B53.8010209@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Markus Meyer wrote:
> The following bug has been logged online:
>
> Bug reference: 4794
> Logged by: Markus Meyer
> Email address: markus(at)7val(dot)com
> PostgreSQL version: 8.3.3
> Operating system: Debian 2.6.22.19-vs2.2.0.7
> Description: server closed the connection unexpectedly
> Details:
>
> 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.
>
>

seems to work fine on 8.3.7

that inner expression -is- a NULL, so xmlconcat(NULL) is itself a
null. not much use.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message root 2009-05-06 10:40:27 I used postgresql
Previous Message Guillaume Smet 2009-05-06 09:25:48 Re: BUG #4794: server closed the connection unexpectedly