Re: BUG #4794: server closed the connection unexpectedly - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #4794: server closed the connection unexpectedly
Date
Msg-id 4A015B53.8010209@hogranch.com
Whole thread Raw
In response to BUG #4794: server closed the connection unexpectedly  ("Markus Meyer" <markus@7val.com>)
List pgsql-bugs
Markus Meyer wrote:
> The following bug has been logged online:
>
> Bug reference:      4794
> Logged by:          Markus Meyer
> Email address:      markus@7val.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.

pgsql-bugs by date:

Previous
From: Guillaume Smet
Date:
Subject: Re: BUG #4794: server closed the connection unexpectedly
Next
From: "Madhu S R"
Date:
Subject: BUG #4795: Solaris odbc Core Dump on Column NULL value