]> granicus.if.org Git - postgresql/commit
Remove configure check prohibiting threaded libpython on OpenBSD.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 May 2015 02:15:00 +0000 (22:15 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 May 2015 02:15:00 +0000 (22:15 -0400)
commitb06649b7fe521ea0778ec2eb0bff041f4682d073
tree75ab729c70f39a31d4da60cb1ea6fa414c12398e
parent991dee2e604486b4880bf6b995dc2f5064edaa1c
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.
config/python.m4
configure