Re: recursive text construction in plpgsql? - Mailing list pgsql-general

From Tom Lane
Subject Re: recursive text construction in plpgsql?
Date
Msg-id 14347.999908032@sss.pgh.pa.us
Whole thread Raw
In response to recursive text construction in plpgsql?  (Frank Miles <fpm@u.washington.edu>)
Responses Re: recursive text construction in plpgsql?
List pgsql-general
Frank Miles <fpm@u.washington.edu> writes:
> The simple recursive function:
> [ doesn't work ]

Hmm.  In development sources I get

regression=# SELECT testRecurse(4,3);
NOTICE:  Error occurred while executing PL/pgSQL function testrecurse
NOTICE:  line 7 at assignment
ERROR:  MemoryContextAlloc: invalid request size 2139062147

Looks like you have found a real bug, but I don't know what it is yet...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem w/ dumping huge table and no disk space
Next
From: David Ford
Date:
Subject: Re: Problem w/ dumping huge table and no disk space