"Arthur Ward" <[EMAIL PROTECTED]> writes:
> [ 7.4RC2 produced this: ]
> Nov 24 20:37:19 x postgres: [13904] PANIC: insufficient room in FSM
After further study I've concluded that this means the fix I put in
place here:
2003-10-29 12:36 tgl
* src/backend/storage/freespace/freespace.c:
I think we need some code in templates/solaris to identify the compiler
and use -pthread for gcc and -mt for Sun's compiler.
Would you please try the attached patch and let us know how it works.
If it works, we can include it in 7.4.1.
---
Hi Peter,
You are right. I looked at the man page and it does not
have the -pthread option but the -mt option.
Perhaps there is a way to automate and detect which
one it has ?
I find in the man page that there is another option
-###, which is like -# but does not actually execute:
The followi
Seum-Lim Gan writes:
> I got the output from the cc verbose (-#).
> Looks like there is a "-hread" towards the end.
Apparently, your compiler does not understand the -pthread option. I've
read on the net that the Sun compiler options for thread-safety have
changed a few times, but I haven't foun