Re: long sql "in" clause crashes server process (8.0 Release) - Mailing list pgsql-hackers-win32

From Merlin Moncure
Subject Re: long sql "in" clause crashes server process (8.0 Release)
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A75DB@Herge.rcsinc.local
Whole thread Raw
In response to long sql "in" clause crashes server process (8.0 Release)  ("Harald Massa" <ghum@gmx.net>)
List 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

clarification: those #s are in hex.  So that's about 2mb of stack as I
read it.

Merlin

pgsql-hackers-win32 by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: long sql "in" clause crashes server process (8.0 Release)
Next
From: Tom Lane
Date:
Subject: Re: long sql "in" clause crashes server process (8.0 Release)