Re: unable to createuser in postgres 8.2.5 opensolaris

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "rkmr(dot)em(at)gmail(dot)com" <rkmr(dot)em(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: unable to createuser in postgres 8.2.5 opensolaris
Date: 2007-11-19 04:12:24
Message-ID: 12164.1195445544@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"rkmr(dot)em(at)gmail(dot)com" <rkmr(dot)em(at)gmail(dot)com> writes:
> LOG: setsockopt(TCP_NODELAY) failed: Option not supported by protocol

I think you would need to have a word with Sun about that. If a
platform exposes the option then it ought to support it. For that
matter, no remotely-modern Unix platform should fail to support that
particular option.

regards, tom lane

PS: I doubt you told us the whole truth about what you were doing,
because that code path wouldn't be entered for a Unix-socket connection.
Nonetheless, setsockopt(TCP_NODELAY) has no business failing.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mayuresh Nirhali 2007-11-19 06:55:55 Re: unable to createuser in postgres 8.2.5 opensolaris
Previous Message rkmr.em@gmail.com 2007-11-19 03:52:45 unable to createuser in postgres 8.2.5 opensolaris