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

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


@lonvia commented on this pull request.



> +            """
+        When running osm2pgsql flex with parameters
+            | --slim |
+
+        Then table change contains exactly
+            | osm_type | osm_id |
+
+        Given the input file '008-ch.osc.gz'
+
+    Scenario: Delete callbacks are called
+        When running osm2pgsql flex with parameters
+            | --slim | -a |
+
+        Then SELECT osm_type, count(*), sum(extra) FROM change GROUP BY osm_type
+            | osm_type | count | sum |
+            | N        | 16773 | 16779|

Now prettier.

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

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


More information about the Tile-serving mailing list