Group: pgsql.general


Subject: unable to createuser in postgres 8.2.5 opensolaris
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/18/2007 11:12:24 PM
"rkmr.em@gmail.com" <rkmr.em@gmail.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. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend