"H.Merijn Brand" <h.m.br...@xs4all.nl> writes: > On Thu, 16 Dec 2010 12:31:21 -0500, Tom Lane <t...@sss.pgh.pa.us> wrote: >> So what I'm thinking is happening is that libpq expects size_t as >> the argument type, but it's getting linked against a libc that >> expects int as the argument type, and whatever HP is doing under >> the hood fails to cope with that case. You might try removing >> -D_XOPEN_SOURCE_EXTENDED from the template file --- I don't know if >> that will have any bad side-effects, but it's worth a try to build >> libpq that way.
> I'll try that first after cleaning up my environment. I looked in the git history and found that I added -D_XOPEN_SOURCE_EXTENDED in a patch that made getaddrinfo work correctly: http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=1da6eb7fdaa79a93972c290174bd7136672a894f So taking it out may indeed have unpleasant side-effects. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs