Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e7ab4e

Browse files
committed
Attempting to fix upgrade script for pg 9.x.
1 parent 9420a22 commit 5e7ab4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ endif
200200

201201
pg_sphere--1.2.0--1.2.1.sql: pgs_moc_geo_casts.sql.in
202202
cat $^ > $@
203+
ifeq ($(has_parallel), n)
204+
sed -i -e '/PARALLEL/d' $@ # version $(pg_version) does not have support for PARALLEL
205+
endif
203206

204207
# end of local stuff
205208

0 commit comments

Comments
 (0)