Opened 6 years ago

Closed 6 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
-----------------------------------------------------------------------------

Change History (2)

comment:1 by Algunenano, 6 years ago

PR with the missing include: https://github.com/postgis/postgis/pull/211

comment:2 by komzpa, 6 years ago

Resolution: fixed
Status: assignedclosed

In 16387:

rtpg_wkb: Add missing include

Patch by Raúl Marín Rodríguez

Closes https://github.com/postgis/postgis/pull/211
Closes #4021
References #2221

Note: See TracTickets for help on using tickets.