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 20:22:59
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3412A75DF@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Ok: (sorry to spam about this) the gcc linker option to change the stack
appears to be --stack... e.g. --stack=0x2000000

Checked, the default stack in mingw is 2mb. It was intentionally set
there, have no idea why. For some info, check this link:

http://64.233.161.104/search?q=cache:W3_gbgl0AlgJ:sourceforge.net/mailar
chive/forum.php%3Fforum_id%3D5123%26max_rows%3D25%26style%3Dnested%26vie
wmonth%3D200208+change+stack+size+mingw&hl=en

Merlin

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2005-01-24 21:16:26 Re: long sql "in" clause crashes server process (8.0 Release)
Previous Message Dave Page 2005-01-24 20:18:02 Re: pg_autovacuum does not start on system startup - 8.0 Release -