BUG #5131: The pgsql will lost

Поиск
Список
Период
Сортировка
От aihongwei
Тема BUG #5131: The pgsql will lost
Дата
Msg-id 200910220323.n9M3N1t4021485@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5131: The pgsql will lost  (Robert Haas <robertmhaas@gmail.com>)
Re: BUG #5131: The pgsql will lost  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5131
Logged by:          aihongwei
Email address:      ufo008ahw@163.com
PostgreSQL version: 8.0.0
Operating system:   linux x86_64
Description:        The pgsql will lost
Details:

In x86_64 platform,
I input command "ulimit -s 2048" to limit the stack size.Then I startup the
server,and when i do some recursion operation, the pgsql will lost in some
time.
It seems that The stack_max_depth does work.

example:
CREATE FUNCTION infinite_recurse() returns int as
'select infinite_recurse()' language sql;
select infinite_recurse();

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #5126: convert_to preventing index scan
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: BUG #5126: convert_to preventing index scan