Re: Brokenness in parsing of pg_hba.conf - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Brokenness in parsing of pg_hba.conf
Date
Msg-id 15133.1073451456@sss.pgh.pa.us
Whole thread Raw
In response to Re: Brokenness in parsing of pg_hba.conf  ("Alex J. Avriette" <alex@posixnap.net>)
List pgsql-hackers
"Alex J. Avriette" <alex@posixnap.net> writes:
> In how many places are we using inet_aton?

BTW, further digging shows that when the platform has neither
getaddrinfo nor inet_aton, we fall back to src/port/inet_aton.c,
which is a BSD-derived bit of code that behaves exactly as per
your man page quote.

So I'm pretty well convinced that your gripe is misdirected: you
should be complaining to the authors of your C library.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Brokenness in parsing of pg_hba.conf
Next
From: Dennis Björklund
Date:
Subject: Re: [COMMITTERS] pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ...