[Tile-serving] [osm2pgsql-dev/osm2pgsql] Add callbacks for delete actions (PR #2344)

Sarah Hoffmann notifications at github.com
Wed Jun 25 19:24:33 UTC 2025


@lonvia commented on this pull request.



> +            | --slim | -a |
+
+        Then SELECT osm_type, count(*), sum(osm_id) FROM change GROUP BY osm_type
+            | osm_type | count | sum |
+            | N        | 16773 | 37856781001834 |
+            | W        | 4     | 350933407 |
+            | R        | 1     | 2871571 |
+
+    Scenario: No object payload is available
+        Given the lua style
+            """
+            change = osm2pgsql.define_table{
+                name = 'change',
+                ids = {type = 'any', id_column = 'osm_id', type_column = 'osm_type'},
+                columns = {
+                    { column = 'extra', sql_type = 'int' }

Fixed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2344#discussion_r2167455097
You are receiving this because you are subscribed to this thread.

Message ID: <osm2pgsql-dev/osm2pgsql/pull/2344/review/2959387855 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20250625/b6dd34dd/attachment.htm>


More information about the Tile-serving mailing list