[Tile-serving] [openstreetmap/osm2pgsql] get_wkb failed: ERROR: prepared statement "get_wkb" does not exist (#924)

Goncalo Oliveira notifications at github.com
Mon Sep 11 13:50:25 UTC 2023


With `--log-sql` enabled, I can see the `get_wkb` prepare statement more than once...

```SQL
[00] SQL: (C5) PREPARE get_wkb(int8) AS SELECT way FROM "public"."planet_osm_point" WHERE osm_id = $1
[00] SQL: (C7) PREPARE get_wkb(int8) AS SELECT way FROM "public"."planet_osm_line" WHERE osm_id = $1
```

These are coming from two distinct connections, apparently.
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/924#issuecomment-1713930066
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/osm2pgsql/issues/924/1713930066 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230911/a308c3f7/attachment.htm>


More information about the Tile-serving mailing list