Re: test failure on latest source - Mailing list pgsql-hackers

From Andres Freund
Subject Re: test failure on latest source
Date
Msg-id 20140413155118.GR4161@awork2.anarazel.de
Whole thread Raw
In response to Re: test failure on latest source  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: test failure on latest source  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2014-04-12 16:35:48 -0400, Tom Lane wrote:
> Andres Freund <andres@2ndquadrant.com> 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



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Signaling of waiting for a cleanup lock?
Next
From: Tom Lane
Date:
Subject: Re: test failure on latest source