Opened 7 years ago
Closed 7 years ago
#4021 closed defect (fixed)
Raster is crashing after #2221
Reported by: | komzpa | Owned by: | Bborie Park |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.4 |
Component: | postgis | Version: | 2.4.x |
Keywords: | Cc: |
Description
After #2221 postgres backend crashes on all the CI's.
https://travis-ci.org/postgis/postgis/jobs/343575988#L8205
rt_wkb .. failed (diff expected obtained: /tmp/pgis_reg/test_7_diff) ----------------------------------------------------------------------------- --- rt_wkb_expected 2018-02-19 22:07:43.564625067 +0000 +++ /tmp/pgis_reg/test_7_out 2018-02-19 22:14:06.826436823 +0000 @@ -0,0 +1,4 @@ +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost -----------------------------------------------------------------------------
Note:
See TracTickets
for help on using tickets.
PR with the missing include: https://github.com/postgis/postgis/pull/211