[Tile-serving] [openstreetmap/osm2pgsql] Extended schema support to middle and pgsql/multi output (#1288)

Jochen Topf notifications at github.com
Tue Oct 13 19:55:38 UTC 2020


@joto commented on this pull request.



> @@ -121,6 +124,10 @@ def setUpClass(cls):
 
     @classmethod
     def tearDownClass(cls):
+        with psycopg2.connect("dbname='{}'".format(CONFIG['test_database'])) as conn:
+            with conn.cursor() as cur:
+                if cls.schema:

Fixed.

-- 
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/osm2pgsql/pull/1288#discussion_r504217994
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201013/9ee50a3f/attachment.htm>


More information about the Tile-serving mailing list