Re: [HACKERS] List of hostaddrs not supported - Mailing list pgsql-hackers

From Arthur Zakirov
Subject Re: [HACKERS] List of hostaddrs not supported
Date
Msg-id CAKNkYnybV_NFVacGbW=VspzAo3TwRJFNi+9iBob66YqQMZopwg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] List of hostaddrs not supported  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: [HACKERS] List of hostaddrs not supported
List pgsql-hackers
Hello,

2017-07-10 12:30 GMT+03:00 Heikki Linnakangas <hlinnaka@iki.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')

--
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: [HACKERS] COPY vs. transition tables
Next
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] [WIP] Zipfian distribution in pgbench