Skip to content

Commit 2385d5d

Browse files
authored
Merge pull request #59 from vitcpp/fix-upgrade-script-brin
Fix pg_sphere--1.2.3--1.3.0 upgrade script (add brin support)
2 parents c79fccc + 752900a commit 2385d5d

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)