Workaround PostgreSQL-9.5dev bug forcing install on check

See http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com
This is for topology and raster

git-svn-id: http://svn.osgeo.org/postgis/trunk@13690 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2015-06-23 14:40:25 +00:00
parent b262fcba6e
commit 49f3269303
2 changed files with 6 additions and 0 deletions

View file

@ -74,6 +74,9 @@ EXTRA_CLEAN=$(SQL_OBJS) $(DATA_built) rtpostgis_upgrade.sql.in
# PGXS information
PG_CONFIG = @PG_CONFIG@
PGXS := @PGXS@
# NO_TEMP_INSTALL is a workaround for a 9.5dev bug. See:
# http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com
NO_TEMP_INSTALL=yes
include $(PGXS)
# Set PERL _after_ the include of PGXS

View file

@ -41,6 +41,9 @@ EXTRA_CLEAN=$(SQL_OBJS) topology_upgrade.sql.in
# PGXS information
PG_CONFIG = @PG_CONFIG@
PGXS := @PGXS@
# NO_TEMP_INSTALL is a workaround for a 9.5dev bug. See:
# http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com
NO_TEMP_INSTALL=yes
include $(PGXS)
# Set PERL _after_ the include of PGXS