8000 Fix pg_sphere--1.2.3--1.3.0 upgrade script (add brin support) by vitcpp · Pull Request #59 · postgrespro/pgsphere · GitHub
[go: up one dir, main page]

Skip to content

Fix pg_sphere--1.2.3--1.3.0 upgrade script (add brin support) #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Fix pg_sphere--1.2.3--1.3.0 upgrade script (add brin support)
  • Loading branch information
Vitaly Davydov committed Aug 30, 2023
commit 752900a42f7f87fe5cf1f54337fbbd406a65a6d7
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ pg_sphere--1.2.2--1.2.3.sql:
cat upgrade_scripts/$@.in > $@

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

# end of local stuff

Expand Down
0