Skip to content

Commit

Permalink
Remove geography functions now in PostGIS 3.4 (MobilityDB#359)
Browse files Browse the repository at this point in the history
* Remove geography functions now in PostGIS 3.4
  • Loading branch information
estebanzimanyi authored Jul 28, 2023
1 parent 2b97ff9 commit ba95f0d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,121 deletions.
79 changes: 0 additions & 79 deletions mobilitydb/sql/point/055_geography_functions.in.sql

This file was deleted.

8 changes: 0 additions & 8 deletions mobilitydb/sql/point/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
if(${POSTGIS_VERSION_NUMBER} LESS 30400)
set(055_geography_functions 055_geography_functions)
else()
message(STATUS "Disabling file 055_geography_functions.sql")
endif()


SET(LOCAL_FILES
050_geoset
051_stbox
052_tpoint
053_tpoint_inout
054_tpoint_compops
${055_geography_functions}
056_tpoint_spatialfuncs
058_tpoint_tile
060_tpoint_boxops
Expand Down
1 change: 0 additions & 1 deletion mobilitydb/src/point/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_library(pg_point OBJECT
geography_functions.c
projection_gk.c
stbox.c
tpoint.c
Expand Down
Loading

0 comments on commit ba95f0d

Please sign in to comment.