]> git.openstreetmap.org Git - rails.git/commit
Remove tile_for_point SQL functions
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 7 Dec 2022 14:57:14 +0000 (14:57 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 7 Dec 2022 17:22:50 +0000 (17:22 +0000)
commit479c1575e119d93a0d239fb192ad4ed3d03cad88
treef17e022eee589758dae7fa8f25deff125a0db9d2
parent74a79711e15b86e07ba23527d684037c6e1427ff
Remove tile_for_point SQL functions

This removes both the pl/pgsql version and the shared library version
of the `tile_for_point` SQL function. This function was only used in some
old migrations, and is not required for production usage.

Removing this function simplifies the installation and configuration for
new developers.

These SQL functions are separate from the `tile_for_point` ruby/C function
which is part of the quad_tile gem. This function is still used when
creating and updating database records.

Fixes #3110.
14 files changed:
.github/workflows/tests.yml
CONFIGURE.md
INSTALL.md
db/functions/.gitignore [deleted file]
db/functions/Makefile [deleted file]
db/functions/functions.sql [deleted file]
db/functions/quadtile.c [deleted file]
db/migrate/005_tile_tracepoints.rb
db/migrate/006_tile_nodes.rb
db/migrate/20180204153242_tile_users.rb
db/structure.sql
docker/postgres/Dockerfile
docker/postgres/openstreetmap-postgres-init.sh
script/vagrant/setup/provision.sh