On 2014-04-12 16:35:48 -0400, Tom Lane wrote:
> Andres Freund <[email protected]> writes:
> > On 2014-04-12 19:45:59 +0200, Marco Atzeri wrote:
> >> so it is only failing on recent trunk
>
> > Does it work on a commit before
> > fc752505a99a4e2c781a070d3d42a25289c22e3c?
>
> In principle, that commit shouldn't have affected behavior for pg_hba
> entries with numeric address fields ...
Hm. getaddrinfo.c has this bit:
/* Unsupported flags. */
if (flags & NI_NAMEREQD)
return EAI_AGAIN;
Not sure if that explains anything, but it at the very least seems
problematic for other cases given that flag is now always used...
Greetings,
Andres Freund
--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers