Re: Postgresql 8.3 beta crash - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Postgresql 8.3 beta crash
Date
Msg-id 200711081645.38798.peter_e@gmx.net
Whole thread Raw
In response to Postgresql 8.3 beta crash  (Sheikh Amjad <sheikhamjad@gmail.com>)
Responses Re: Postgresql 8.3 beta crash  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Am Mittwoch, 31. Oktober 2007 schrieb Sheikh Amjad:
> Following test case is crashing the postgresql-8.3-beta

> SELECT XMLELEMENT
>         ( NAME "Program",
>             XMLAGG
>              ( XMLELEMENT
>                  ( NAME "Student", s.name::xml )
>              )
>         ) AS "Registered Student"
>
> >from st.student s ;

Btw., I didn't forget this, but I haven't found an extended period of quiet 
time to develop a proper solution.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: A small rant about coding style for backend functions
Next
From: Andrew Dunstan
Date:
Subject: Re: minimal update