LeonardBesseau commented on PR #532: URL: https://github.com/apache/incubator-baremaps/pull/532#issuecomment-1317349696
@bchapuis It seems I misread the error message. I had a similar case but about the shared memory. One option would be to use [https://postgis.net/docs/ST_MemUnion.html](https://postgis.net/docs/ST_MemUnion.html) or to use [ST_UnaryUnion](https://postgis.net/docs/ST_UnaryUnion.html) with [ST_Collect](https://postgis.net/docs/ST_Collect.html) as is described in the St_UnaryUnion page. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
