]> git.openstreetmap.org Git - rails.git/blobdiff - db/functions/quadtile.c
Standardise on openstreetmap-website instead of rails port
[rails.git] / db / functions / quadtile.c
index 748e0b9aa211f3a8e371a57bcba5c8ce0274585b..472e8cb1e21b986553cbad1ed6c1386efaeb46e6 100644 (file)
@@ -18,8 +18,12 @@ PG_FUNCTION_INFO_V1(tile_for_point);
  * To bind this into PGSQL, try something like:
  *
  * CREATE FUNCTION tile_for_point(int4, int4) RETURNS int8
- *  AS '/path/to/rails-port/db/functions/libpgosm', 'tile_for_point'
+ *  AS '/path/to/openstreetmap-website/db/functions/libpgosm', 'tile_for_point'
  *  LANGUAGE C STRICT;
  *
  * (without all the *s)
  */
+
+#ifdef PG_MODULE_MAGIC
+PG_MODULE_MAGIC;
+#endif