Re: concat_ws - Mailing list pgsql-admin

From Tom Lane
Subject Re: concat_ws
Date
Msg-id 6571.1059934474@sss.pgh.pa.us
Whole thread Raw
In response to Re: concat_ws  (Joe Conway <mail@joeconway.com>)
Responses Re: concat_ws  (Joe Conway <mail@joeconway.com>)
List pgsql-admin
Joe Conway <mail@joeconway.com> writes:
> I thought I'd whack out this example similar to the GREATEST/LEAST
> functions a month or so ago. It works fine in 7.3, but has a problem on
> 7.4devel. First the function:

It seems to be running out of memory.  I'm not sure what's eating so
much RAM --- the expression isn't that complex.  Also it seems that
elog.c's ability to handle a shortage of memory has regressed ...
'ERROR:  ERRORDATA_STACK_SIZE exceeded' is better than a core dump,
I suppose, but it's not supposed to fail at all ...

Anyway, seems we have a couple different bugs to chase in CVS tip.

            regards, tom lane

pgsql-admin by date:

Previous
From: Joe Conway
Date:
Subject: Re: concat_ws
Next
From: Joe Conway
Date:
Subject: Re: concat_ws