pgsql: Add a configure check for Python.h if building with python.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a configure check for Python.h if building with python.
Date: 2011-02-26 19:18:16
Message-ID: E1PtPei-000057-Kk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a configure check for Python.h if building with python.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/42e5223648e7e56f8041bed329929dbd5529ea92

Modified Files
--------------
configure | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 8 +++
2 files changed, 156 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-02-26 21:50:40 pgsql: Increase the default for wal_sender_delay from 200ms to 1s. Now
Previous Message Andrew Dunstan 2011-02-26 18:28:44 Re: pgsql: Fix doc patch --- pg_options_to_table() returns "setof record".