pgsql: Correct include file name in inet_aton fallback.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct include file name in inet_aton fallback.
Date: 2017-10-02 00:45:19
Message-ID: E1dyorH-0004v7-Us@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct include file name in inet_aton fallback.

Per buildfarm animal frogmouth.

Author: Andres Freund

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/859759b62f2d2f2f2805e2aa9ebdb167a1b9655c

Modified Files
--------------
src/port/inet_aton.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-10-02 03:12:11 pgsql: Yet another pg_bswap typo in a windows only file.
Previous Message Michael Paquier 2017-10-02 00:10:56 Re: pgsql: Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.