Re: [BUGS] BUG #5131: The pgsql will lost

2009-10-22 Thread Tom Lane
"aihongwei" writes: > 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. If you read the description of that setting,

Re: [BUGS] BUG #5131: The pgsql will lost

2009-10-22 Thread Robert Haas
On Wed, Oct 21, 2009 at 11:23 PM, aihongwei wrote: > > The following bug has been logged online: > > Bug reference:      5131 > Logged by:          aihongwei > Email address:      ufo008...@163.com > PostgreSQL version: 8.0.0 > Operating system:   linux x86_64 > Description:        The pgsql will

[BUGS] BUG #5131: The pgsql will lost

2009-10-21 Thread aihongwei
The following bug has been logged online: Bug reference: 5131 Logged by: aihongwei Email address: ufo008...@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"