Re: Stuff that doesn't work yet in IPv6 patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Stuff that doesn't work yet in IPv6 patch
Date: 2003-04-05 17:12:57
Message-ID: 14380.1049562777@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kurt Roeckx <Q(at)ping(dot)be> writes:
> I find it so weird, why isn't it just using socketpair() or
> something?

Portability issues, perhaps. Does socketpair exist and behave the same
everywhere?

Checking the HPUX man page for it, I read "socketpair() is supported
only for AF_UNIX", which suggests that it's not possible to get datagram
semantics from it, at least on this platform.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-05 18:10:47 Re: [NOVICE] Timestamp with time zone change (error) in 7.3.2?
Previous Message Ron Peacetree 2003-04-05 16:35:35 Anyone working on better transaction locking?