Re: Invalid argument

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: zhangshzh <zhangshzh(at)ffcs(dot)cn>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Invalid argument
Date: 2012-11-23 23:39:01
Message-ID: 27058.1353713941@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

zhangshzh <zhangshzh(at)ffcs(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2012-11-24 01:43:15 Re: create table in memory
Previous Message Kevin Grittner 2012-11-23 23:03:26 Re: obtain the difference between successive rows