pgsql: Fix python_includespec on Windows at configure time

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix python_includespec on Windows at configure time
Date: 2015-05-03 12:20:26
Message-ID: E1Yossk-0004MF-BB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix python_includespec on Windows at configure time

By converting to using forward slashes at configure time we avoid
having to repeat the logic anywhere that this is needed, such as
in transforms modules for plpython.

Branch
------
master

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

Modified Files
--------------
config/python.m4 | 3 +++
configure | 3 +++
src/pl/plpython/Makefile | 6 ++----
3 files changed, 8 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-03 13:24:45 pgsql: Enable transforms modules to build and run with Mingw builds.
Previous Message Noah Misch 2015-05-02 23:06:58 pgsql: Rename coerce_type() local variable.