pgsql: Remove configure check prohibiting threaded libpython on OpenBSD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove configure check prohibiting threaded libpython on OpenBSD
Date: 2015-05-27 02:15:28
Message-ID: E1YxQsS-00029G-66@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove configure check prohibiting threaded libpython on OpenBSD.

According to recent tests, this case now works fine, so there's no reason
to reject it anymore. (Even if there are still some OpenBSD platforms
in the wild where it doesn't work, removing the check won't break any case
that worked before.)

We can actually remove the entire test that discovers whether libpython
is threaded, since without the OpenBSD case there's no need to know that
at all.

Per report from Davin Potts. Back-patch to all active branches.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b06649b7fe521ea0778ec2eb0bff041f4682d073

Modified Files
--------------
config/python.m4 | 14 --------------
configure | 19 -------------------
2 files changed, 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-27 02:56:44 pgsql: Revert "Simplify addJsonbToParseState()"
Previous Message Tom Lane 2015-05-27 02:00:01 Re: pgsql: Add all structured objects passed to pushJsonbValue piecewise.