Re: threads stuff/UnixWare
От | Bruce Momjian |
---|---|
Тема | Re: threads stuff/UnixWare |
Дата | |
Msg-id | 200405131544.i4DFixw11016@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: threads stuff/UnixWare (Larry Rosenman <ler@lerctr.org>) |
Ответы |
Re: threads stuff/UnixWare
|
Список | pgsql-hackers |
Larry Rosenman wrote: -- Start of PGP signed section. > > > --On Thursday, May 13, 2004 10:05:22 -0400 Bruce Momjian > <pgman@candle.pha.pa.us> wrote: > > > > Basically, as things set right now in CVS, Unixware is ready to go > > because it thread for everything. We don't have per-template thread > > settings anymore because we test all of it in configure. > > Was a change made to link initdb et al with -Kpthread? It doesn't seem to > be in AnonCVS yet. Really? You are configuring with --enable-thread-safety? I just updated your template in CVS, and it is attached. However, any old CVS should work fine. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 if test "$GCC" != yes; then then # The -Kno_host is for a bug in the compiler. See -hackers # discussion on 7-8/Aug/2003. cat >conftest.c <<__EOF__ extern char *strcpy(char *, const char *); static void f(char *p, int n){ strcpy(p+n,""); } void g(void){ f(0, 0); } __EOF__ if $CC -c -O -Kinline conftest.c >conftest.err 2>&1; then CFLAGS="-O -Kinline" else CFLAGS="-O -Kinline,no_host" fi rm -f conftest.* PTHREAD_CFLAGS="-Kpthread" fi
В списке pgsql-hackers по дате отправления: