pgsql: MinGW: Link ltree_plpython with plpython.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: MinGW: Link ltree_plpython with plpython.
Date: 2015-07-16 01:02:08
Message-ID: E1ZFXYu-0007NQ-M2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

MinGW: Link ltree_plpython with plpython.

The MSVC build system already did this, and building against Python 3
requires it. Back-patch to 9.5, where the module was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/736c1f238b3eeaf0f1cecf1753eb5194367fbad9

Modified Files
--------------
contrib/ltree_plpython/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-07-16 03:32:09 Re: pgsql: AIX: Link TRANSFORM modules with their dependencies.
Previous Message Robert Haas 2015-07-15 14:19:01 Re: pgsql: Remove regression test added on auto-pilot.