Re: Solaris Performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Solaris Performance
Дата
Msg-id 16052.1013368294@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Solaris Performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: another "EXPLAIN -- NO INDEX?" question
Следующее
От: "Dean@TMDT"
Дата:
Сообщение: Re: I found it, I FOUND IT!!