Thanks to visit codestin.com
Credit goes to postgrespro.com

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 [email protected]
Whole thread Raw
In response to Re: Brokenness in parsing of pg_hba.conf  ("Alex J. Avriette" <[email protected]>)
List pgsql-hackers
"Alex J. Avriette" <[email protected]> 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 ...