Re: test failure on latest source

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: test failure on latest source
Date: 2014-04-13 16:09:28
Message-ID: 1291.1397405368@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)2ndquadrant(dot)com> writes:
> On 2014-04-12 16:35:48 -0400, Tom Lane wrote:
>> 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;

Yeah, and that flag is only ever specified when attempting to do reverse
lookup on a client address to see if it matches a non-numeric pg_hba
entry.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2014-04-13 18:22:07 Re: Problem with txid_snapshot_in/out() functionality
Previous Message Euler Taveira 2014-04-13 16:04:15 Re: Debug strategy for musl Postgres?