Skip to content

Commit 752900a

Browse files
author
Vitaly Davydov
committed
Fix pg_sphere--1.2.3--1.3.0 upgrade script (add brin support)
1 parent c79fccc commit 752900a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ pg_sphere--1.2.2--1.2.3.sql:
263263
cat upgrade_scripts/$@.in > $@
264264

265265
pg_sphere--1.2.3--1.3.0.sql: pgs_brin.sql.in
266-
cat upgrade_scripts/$@.in > $@
266+
cat upgrade_scripts/$@.in $^ > $@
267267

268268
# end of local stuff
269269

0 commit comments

Comments
 (0)