pgsql: MinGW: Link ltree_plpython with plpython. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: MinGW: Link ltree_plpython with plpython.
Date
Msg-id E1ZFXYu-0007NQ-M2@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: AIX: Link the postgres executable with -Wl,-brtllib.
Next
From: Noah Misch
Date:
Subject: pgsql: AIX: Link TRANSFORM modules with their dependencies.