Re: are there any cons to linking libstdc++ with - Mailing list pgsql-hackers

From Vsevolod Lobko
Subject Re: are there any cons to linking libstdc++ with
Date
Msg-id 20041118110410.GA6524@robin.ip.net.ua
Whole thread Raw
In response to Re: are there any cons to linking libstdc++ with  (Palle Girgensohn <girgen@pingpong.net>)
List pgsql-hackers
On Thu, Nov 18, 2004 at 04:17:31AM +0100, Palle Girgensohn wrote:
> Does the same arguments apply for linking with libc_r (pthreads)?
> 
> It is needed by plpython, at least on FreeBSD 4.10 (probably all versions).

There are problem with libc_r on FreeBSD: due to initializing 
of red zone for initial thread's stack, postgresql stack gets limited 
to just 1M. 

There are patch in queue for increasing initial stack to 8/32/xxxM, but 
official reaction was: "create new thread with right stack size and use 
it for main loop"


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: ambiguous column names in subqueries
Next
From: Reini Urban
Date:
Subject: Re: are there any cons to linking libstdc++ with postgresql?