[openstreetmap/openstreetmap-website] Add counts for notes and diary comments to user profiles (#1774)

Tom Hughes notifications at github.com
Mon Mar 26 07:38:52 UTC 2018


tomhughes commented on this pull request.



> @@ -130,7 +123,7 @@ CREATE TYPE user_status_enum AS ENUM (
 
 CREATE FUNCTION maptile_for_point(bigint, bigint, integer) RETURNS integer
     LANGUAGE c STRICT
-    AS '$libdir/libpgosm', 'maptile_for_point';
+    AS '/srv/openstreetmap-website/db/functions/libpgosm.so', 'maptile_for_point';

Because it is sensitive to things like where you have the 3GL functions installed. It can also vary in non-meaningful ways if you're running a different version of postgres as it's basically just the output of `pg_dump`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1774#discussion_r177001416
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20180326/95f1b2c5/attachment-0001.html>


More information about the rails-dev mailing list