Re: plpgsql trigger coredumps instance - Mailing list pgsql-general

From Tom Lane
Subject Re: plpgsql trigger coredumps instance
Date
Msg-id 24831.1197597943@sss.pgh.pa.us
Whole thread Raw
In response to Re: plpgsql trigger coredumps instance  (Alex Vinogradovs <AVinogradovs@Clearpathnet.com>)
List pgsql-general
Alex Vinogradovs <AVinogradovs@Clearpathnet.com> writes:
> Not the entire thing was compiled with debugging symbols, here is
> what I get for stack trace:

Not much help.  We might get a little further if you recompile with
--enable-debug (and I'd suggest adding --enable-cassert too) and then
get a stack trace next time it happens.  But most likely, the most
productive thing to work on is to try to make the crash reproducible.

            regards, tom lane

pgsql-general by date:

Previous
From: Alex Vinogradovs
Date:
Subject: Re: plpgsql trigger coredumps instance
Next
From: Kris Jurka
Date:
Subject: Re: RETURNING clause: how to specifiy column indexes?