pgsql: Revert changes to pthread configure tests on REL9_5_STABLE.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert changes to pthread configure tests on REL9_5_STABLE.
Date: 2015-07-09 08:23:10
Message-ID: E1ZD76s-00079l-88@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert changes to pthread configure tests on REL9_5_STABLE.

Some buildfarm animals are still unhappy. These changes are becoming too
invasive for backpatch, for little benefit. This reverts commits
080c4dab3d9575449b81604051b160597cfd55c3 and
ce0da6261004ac15f01c21d8b94f11af7a098243.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7f06c7082a34f4ea564e31ee01114784a788b9fa

Modified Files
--------------
aclocal.m4 | 2 +-
config/acx_pthread.m4 | 171 +++
config/ax_pthread.m4 | 332 -----
configure | 3886 +++++++++++++++++++++++--------------------------
configure.in | 147 +-
5 files changed, 2092 insertions(+), 2446 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-09 08:42:23 pgsql: Use AS_IF rather than plain shell "if" in pthread-check.
Previous Message Tom Lane 2015-07-09 03:17:14 Re: pgsql: Replace our hacked version of ax_pthread.m4 with latest upstream