Re: recursive text construction in plpgsql?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Frank Miles <fpm(at)u(dot)washington(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: recursive text construction in plpgsql?
Date: 2001-09-08 00:13:52
Message-ID: 14347.999908032@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Frank Miles <fpm(at)u(dot)washington(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Ford 2001-09-08 00:19:27 Re: Problem w/ dumping huge table and no disk space
Previous Message Tom Lane 2001-09-08 00:11:45 Re: Problem w/ dumping huge table and no disk space