Re: Solaris Performance - Mailing list pgsql-general

From Tom Lane
Subject Re: Solaris Performance
Date
Msg-id 16052.1013368294@sss.pgh.pa.us
Whole thread Raw
In response to Re: Solaris Performance  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Awhile back I said:
> Actually, the first question to ask might be "are you using gcc"?
> It looks to me like s_lock.h/s_lock.c don't have a non-gcc
> implementation of tas() unless you define NEED_SPARC_TAS_ASM
> ... which src/include/port/solaris.h doesn't.  Ugh.

I have to take this back: for non-gcc on Sparc, we use out-of-line
TAS subroutines, see src/backend/port/tas/.  So that's not the problem.

            regards, tom lane

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: another "EXPLAIN -- NO INDEX?" question
Next
From: "Dean@TMDT"
Date:
Subject: Re: I found it, I FOUND IT!!