pgsql: Remove configure check prohibiting threaded libpython on OpenBSD - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove configure check prohibiting threaded libpython on OpenBSD
Date
Msg-id E1YxQsS-00029A-5m@gemulon.postgresql.org
Whole thread Raw
List 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1b14571201358b454d1a215952b3a942c1a4ce51

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove configure check prohibiting threaded libpython on OpenBSD
Next
From: Tom Lane
Date:
Subject: pgsql: Remove configure check prohibiting threaded libpython on OpenBSD