Re: PostgreSQL cannot be compiled on RISC-V

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL cannot be compiled on RISC-V
Дата
Msg-id 16690.1479611287@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL cannot be compiled on RISC-V  ("Richard W.M. Jones" <rjones@redhat.com>)
Ответы Re: PostgreSQL cannot be compiled on RISC-V  (John R Pierce <pierce@hogranch.com>)
Re: PostgreSQL cannot be compiled on RISC-V  ("Richard W.M. Jones" <rjones@redhat.com>)
Re: PostgreSQL cannot be compiled on RISC-V  ("Richard W.M. Jones" <rjones@redhat.com>)
Список pgsql-bugs
"Richard W.M. Jones" <rjones@redhat.com> writes:
> ../../../src/include/storage/s_lock.h:890:2: error: #error PostgreSQL do=
es not have native spinlock support on this platform. To continue the comp=
ilation, rerun configure using --disable-spinlocks. However, performance w=
ill be poor. Please report this to pgsql-bugs@postgresql.org.

Hi Richard,

What's a RISC-V, and can you provide some gcc assembler implementing
spinlocks for it?  See commentary and code for other platforms in
src/include/storage/s_lock.h.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Richard W.M. Jones"
Дата:
Сообщение: PostgreSQL cannot be compiled on RISC-V
Следующее
От: John R Pierce
Дата:
Сообщение: Re: PostgreSQL cannot be compiled on RISC-V