8000 Add MOC vs. other geometries casts by msdemlei · Pull Request #6 · postgrespro/pgsphere · GitHub
[go: up one dir, main page]

Skip to content

Add MOC vs. other geometries casts #6

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 6 commits into from
May 24, 2023
Merged
Changes from 1 commit
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
Diff view
Prev Previous commit
Next Next commit
Attempting to fix upgrade script for pg 9.x.
  • Loading branch information
msdemlei committed Sep 5, 2022
commit 5e7ab4e313ee3af507093eaee9a9db64fb9c2386
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ endif

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

# end of local stuff

Expand Down
0