pgsql: Remove configure check prohibiting threaded libpython on OpenBSD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove configure check prohibiting threaded libpython on OpenBSD
Дата
Msg-id E1YxQsS-000297-5a@gemulon.postgresql.org
обсуждение исходный текст
Список 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9e980e7d00e8cb637804eef6fad3f5b38ac19786

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add all structured objects passed to pushJsonbValue piecewise.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove configure check prohibiting threaded libpython on OpenBSD