Re: pgsql: Replace our hacked version of ax_pthread.m4 with latest upstream

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Replace our hacked version of ax_pthread.m4 with latest upstream
Date: 2015-08-13 11:38:20
Message-ID: 55CC81AC.3000501@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 08/12/2015 05:48 PM, Andres Freund wrote:
> On 2015-07-08 17:42:24 +0000, Heikki Linnakangas wrote:
>> Replace our hacked version of ax_pthread.m4 with latest upstream version.
>> Modified Files
>> --------------
>> aclocal.m4 | 2 +-
>> config/acx_pthread.m4 | 170 -------------------------
>> config/ax_pthread.m4 | 332 +++++++++++++++++++++++++++++++++++++++++++++++++
>> configure | 310 ++++++++++++++++++++++++++++++++++++---------
>> configure.in | 2 +-
>> 5 files changed, 583 insertions(+), 233 deletions(-)
>
> Since this commit I get additional diffs to pg_config.h.in when running
> autoconf. Namely
>
> +/* Define if you have POSIX threads libraries and header files. */
> +#undef HAVE_PTHREAD
> +
>
> +/* Have PTHREAD_PRIO_INHERIT. */
> +#undef HAVE_PTHREAD_PRIO_INHERIT
> +
>
> +/* Define to necessary symbol if this constant uses a non-standard name on
> + your system. */
> +#undef PTHREAD_CREATE_JOINABLE
> +
>
> afaics they're newly emitted by the updated scripts. Was there any
> reason not to commit them? If not I'll push those.

No reason, just an oversight. Fixed, thanks!

- Heikki

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-08-13 14:10:05 Re: [COMMITTERS] pgsql: Further fixes for degenerate outer join clauses.
Previous Message Heikki Linnakangas 2015-08-13 11:38:15 pgsql: Run autoheader to add a few missing #defines to pg_config.h.in.