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: [email protected]
Views: Whole Thread | Raw Message | 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
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/246b85a9484dda1cbead5c8c82d7fc8984b03794

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.