Re: Invalid argument

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Invalid argument
Дата
Msg-id 27058.1353713941@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Invalid argument  (zhangshzh <zhangshzh@ffcs.cn>)
Список pgsql-general
zhangshzh <zhangshzh@ffcs.cn> writes:
> I am working on hpux itanium platform;
> I am using postgres 9.1.3 version and have compiled 64bit libpq library.
> While conneting I am getting error
> " could not get socket error status: Invalid argument"

Check into 32-vs-64-bit compilation options, and particularly whether
PG's configure script chose the right type for the last argument to
getsockopt().  I suspect it can be either 32 or 64 bits depending on
compile options on HPUX, so it'd be an easy thing to mess up.

            regards, tom lane


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: obtain the difference between successive rows
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: create table in memory