Re: recursive text construction in plpgsql?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: recursive text construction in plpgsql?
Дата
Msg-id 14347.999908032@sss.pgh.pa.us
обсуждение исходный текст
Ответ на recursive text construction in plpgsql?  (Frank Miles <fpm@u.washington.edu>)
Ответы Re: recursive text construction in plpgsql?
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem w/ dumping huge table and no disk space
Следующее
От: David Ford
Дата:
Сообщение: Re: Problem w/ dumping huge table and no disk space