BUG #5131: The pgsql will lost

From: "aihongwei" <ufo008ahw(at)163(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5131: The pgsql will lost
Date: 2009-10-22 03:23:01
Message-ID: 200910220323.n9M3N1t4021485@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5131
Logged by: aihongwei
Email address: ufo008ahw(at)163(dot)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();

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Geok Hua Yap 2009-10-22 07:23:24 BUG #5132: Invalid Function
Previous Message Peter Eisentraut 2009-10-21 18:34:46 Re: BUG #5126: convert_to preventing index scan