From: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
---|---|
To: | Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>, Mithun Cy <mithun(dot)cy(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: List of hostaddrs not supported |
Date: | 2017-07-10 12:32:37 |
Message-ID: | bdc54257-7984-9f46-e5de-fff63635e2ce@iki.fi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 07/10/2017 01:47 PM, Arthur Zakirov wrote:
> Hello,
>
> 2017-07-10 12:30 GMT+03:00 Heikki Linnakangas <hlinnaka(at)iki(dot)fi>:
>>
>>
>> I just remembered that this was still pending. I made the documentation
>> changes, and committed this patch now.
>>
>> We're uncomfortably close to wrapping the next beta, later today, but I
>> think it's better to get this into the hands of people testing this, rather
>> than wait for the next beta. I think the risk of breaking something that
>> used to work is small.
>>
> I get this warning during compilation using gcc 7.1.1 20170621:
>
>> fe-connect.c:1100:61: warning: comparison between pointer and zero
> character constant [-Wpointer-compare]
>> conn->connhost[i].host != NULL && conn->connhost[i].host != '\0')
Thanks, fixed! That check for empty hostname was indeed wrong.
- Heikki
From | Date | Subject | |
---|---|---|---|
Next Message | Adrien Nayrat | 2017-07-10 12:38:30 | Re: Dumping database creation options and ACLs |
Previous Message | Alexander Korotkov | 2017-07-10 12:08:13 | Double shared memory allocation for SLRU LWLocks |