buildfarm member jaguar doesn't like truncate-triggers code - Mailing list pgsql-hackers

From Tom Lane
Subject buildfarm member jaguar doesn't like truncate-triggers code
Date
Msg-id 22347.1206826409@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
jaguar has failed twice in the same spot since the truncate-triggers
patch was committed:
 TRUNCATE trunc_trigger_test;
! server closed the connection unexpectedly
!     This probably means the server terminated abnormally
!     before or while processing the request.
! connection to server was lost

I suppose it is telling us there's some sort of portability issue in
that patch; though I find this pretty surprising because it was mostly
copy-and-paste of well-debugged existing code.  Could you get a stack
trace from this crash?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Third thoughts about the DISTINCT MAX() problem
Next
From: "Brendan Jurd"
Date:
Subject: printTable API (was: Show INHERIT in \du)