Re: PostgreSQL cannot be compiled on RISC-V

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: PostgreSQL cannot be compiled on RISC-V
Дата
Msg-id CAM-w4HN+c16HkFMhPfcKQgzn=z1J3U9RwiSThsKZFPzG2YnTcg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL cannot be compiled on RISC-V  (John R Pierce <pierce@hogranch.com>)
Ответы Re: PostgreSQL cannot be compiled on RISC-V  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Nov 20, 2016 6:57 PM, "John R Pierce" <pierce@hogranch.com> wrote:
>
> On 11/20/2016 2:36 AM, Richard W.M. Jones wrote:
>>
>> This is *probably* because our kernel lacks networking support, but I
didn't look at this in great detail yet.
>
>
> wait, what??   postgres can't function at all without basic networking
support, including at least named pipes and tcp over localhost.

I think you mean the named UNIX domain socket in /tmp. Technically not the
same thing as named pipes.

I don't think we require tcp whether loopback or not. You can certainly
configure the server not to accept tcp at all and only the UNIX domain
connections which is presumably good enough if it's a kernel issue.

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: PostgreSQL cannot be compiled on RISC-V
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL cannot be compiled on RISC-V