pgsql: getnameinfo_unix has to be taught not to insist on NI_NUMERIC fl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: getnameinfo_unix has to be taught not to insist on NI_NUMERIC fl
Date: 2012-10-05 02:54:38
Message-ID: E1TJy3i-00019C-KS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.

Per testing of previous patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1997f34db4687e671690ed054c8f30bb501b1168

Modified Files
--------------
src/backend/libpq/ip.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-10-05 02:55:41 Re: pgsql: Disable _FORTIFY_SOURCE with ICC
Previous Message Peter Eisentraut 2012-10-05 02:42:16 pgsql: PL/pgSQL: rename gram.y to pl_gram.y