Re: [GENERAL] Error - could not get socket error status: Invalid argument

2014-12-19 Thread Vijay
Hi, Is this issue resolved? If yes, can you plz post the solution. Regards, Vijay -- View this message in context: http://postgresql.nabble.com/Error-could-not-get-socket-error-status-Invalid-argument-tp1884036p5830654.html Sent from the PostgreSQL - general mailing list archive at Nabble.com

Re: [GENERAL] Error - could not get socket error status: Invalid argument

2011-06-22 Thread Radosław Smogura
On Wed, 22 Jun 2011 02:42:42 -0700 (PDT), simon wrote: how to fix it? -- View this message in context: http://postgresql.1045698.n5.nabble.com/Error-could-not-get-socket-error-status-Invalid-argument-tp1884036p4513496.html Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Re: [GENERAL] Error - could not get socket error status: Invalid argument

2011-06-22 Thread simon
how to fix it? -- View this message in context: http://postgresql.1045698.n5.nabble.com/Error-could-not-get-socket-error-status-Invalid-argument-tp1884036p4513496.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-general@po

Re: [GENERAL] Error - could not get socket error status: Invalid argument

2009-12-07 Thread Tom Lane
"Jayaraman, Rajaram (STSD)" writes: > I am using postgres 8.4.0 version and have compiled 64bit libpq library. How did you do that exactly? > While conneting I am getting error > " could not get socket error status: Invalid argument" A bit of grepping shows that it failed here:

[GENERAL] Error - could not get socket error status: Invalid argument

2009-12-07 Thread Jayaraman, Rajaram (STSD)
Hi , I am working on hpux itanium platform I am using postgres 8.4.0 version and have compiled 64bit libpq library. While conneting I am getting error " could not get socket error status: Invalid argument" can someone help here? Why I am getting this error while connecting to database. Regards