Re: [PATCH] Better way to check for getaddrinfo function. - Mailing list pgsql-general

From Tom Lane
Subject Re: [PATCH] Better way to check for getaddrinfo function.
Date
Msg-id 9872.1137434266@sss.pgh.pa.us
Whole thread Raw
In response to [PATCH] Better way to check for getaddrinfo function.  ("R, Rajesh (STSD)" <rajesh.r2@hp.com>)
List pgsql-general
"R, Rajesh (STSD)" <rajesh.r2@hp.com> writes:
> Just thought that the following patch might improve checking for
> getaddrinfo function (in configure.in)

Since AC_TRY_RUN tests cannot work in cross-compilation scenarios,
you need an *extremely* good reason to put one in.  "I thought this
might improve things" doesn't qualify.  Exactly what problem are you
trying to solve and why is a run-time test necessary?  Why doesn't
the existing coding work for you?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Rule system and unsucessful updates.
Next
From: Chris Browne
Date:
Subject: Re: PostgreSQL Top 10 Wishlist