Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Oliver Jowett <oliver(at)opencloud(dot)com>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks
Date: 2004-08-18 16:38:34
Message-ID: 200408181638.i7IGcYs03902@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> > I thought the report was that *only* 255.255.255.255 failed. The
> > question is why?
>
> The impression I got was that some internal subroutine of getaddrinfo
> had a broken error-handling convention (ie, "return a numeric address
> value or -1 on error").
>
> > And would changing the hints passed to getaddrinfo_all
> > improve matters (e.g. by filling in the ai_family with the value from
> > the addr structure we already have)?
>
> Seems unlikely. I suppose you could argue that we shouldn't be using
> getaddrinfo on the netmask field at all; there's certainly not any value
> in doing a DNS lookup on it, for instance. Maybe we should go back to
> using plain ol' inet_aton for it? (Nah, won't handle IPv6...)

Uh, we are passing 255.255.255.255 to getaddrinfo()? Why would we do that?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-08-18 16:43:20 Re: [HACKERS] SRPM for 8.0.0 beta?
Previous Message Tom Lane 2004-08-18 16:33:24 Re: [HACKERS] SRPM for 8.0.0 beta?

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-08-18 16:46:24 Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf
Previous Message Tom Lane 2004-08-18 16:16:35 Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks