Re: long sql "in" clause crashes server process (8.0 Release)
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
"Magnus Hagander" <[email protected]> writes: > On MingW, you add: > -Wl,--stack=4194304 > to get 4Mb stack. At least the value increases in the header. > And I can confirm that doing this fixes the problem and turns it into > the error message about stack size. (But won't things crash again if I > increase that one? Or will it increase the stack manually then?) > Patch attached. Applied. Some googling confirmed that cygwin uses this switch too, so I added it in that makefile branch as well. The references I found suggested a slightly different syntax: -Wl,--stack,4194304. It's likely that the "=" variant works fine on cygwin too, but just for paranoia's sake I followed the references. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [email protected] so that your message can get through to the mailing list cleanly