pgsql: Don't reject threaded Python on FreeBSD.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't reject threaded Python on FreeBSD.
Date: 2012-02-20 21:22:22
Message-ID: E1Rzagg-0002qp-Io@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't reject threaded Python on FreeBSD.

According to Chris Rees, this has worked for awhile, and the current
FreeBSD port is removing the test anyway.

Branch
------
REL9_1_STABLE

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

Modified Files
--------------
config/python.m4 | 4 ++--
configure | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-02-21 14:46:48 pgsql: pg_regress: Add application name setting
Previous Message Andrew Dunstan 2012-02-20 20:06:09 pgsql: Fix a couple of cases of JSON output.