Re: long sql "in" clause crashes server process (8.0 Release)

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: long sql "in" clause crashes server process (8.0 Release)
Date: 2005-01-24 19:47:51
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3412A75DA@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

> I'm suspicious that either the stack depth detection code doesn't work
> at all on Windows, or the default setting of max_stack_depth is in
fact
> more than the default physical stack size on Windows. Can anyone
check?
>
> regards, tom lane

C:\msys\1.0\local\pgsql\bin>"c:\Program Files\Microsoft Visual
Studio\VC98\Bin"\dumpbin /headers pos
tmaster.exe | grep stack
200000 size of stack reserve
1000 size of stack commit

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Merlin Moncure 2005-01-24 19:54:43 Re: long sql "in" clause crashes server process (8.0 Release)
Previous Message Tom Lane 2005-01-24 19:34:05 Re: long sql "in" clause crashes server process (8.0 Release)