postgresql: Update to 11.1

This commit is contained in:
Alexey Pavlov
2018-11-12 13:22:58 +03:00
parent e2aa7fe456
commit 9e0cc22145
2 changed files with 7 additions and 8 deletions

View File

@@ -12,11 +12,10 @@
override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS)
@@ -59,26 +57,6 @@
DATA += plpythonu.control plpythonu--1.0.sql plpythonu--unpackaged--1.0.sql
endif
@@ -59,25 +57,6 @@
plpy_typeio.h \
plpy_util.h
-
-# Python on win32 ships with import libraries only for Microsoft Visual C++,
-# which are not compatible with mingw gcc. Therefore we need to build a
-# new import library to link with.