Re: PG 7.2.1 core dump

From: Tom Jenkins <tjenkins(at)devis(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PG 7.2.1 core dump
Date: 2002-08-14 20:05:08
Message-ID: 1029355508.662.11.camel@asimov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2002-08-14 at 15:58, Tom Jenkins wrote:
> Hey folks,
> While testing out a function that does updates on one of our databases,
> i got a sig 11. the same script ran fine on another machine, so it may
> be hardware related. oh wait, this is the script that changed to a
> function; i believe i ran it as a script on the other machine - so it
> may not be hardware related.
>

This triggered a thought. The script had ANALYZE statements. they were
not removed when converted to a function. i removed these ANALYZE
statements and the function ran.

So looks like in pl/pgsql if you have ANALYZE statements you can
(possibly) crash the server.

--

Tom Jenkins
Development InfoStructure
http://www.devis.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-08-14 20:18:29 Re: Sourceforge moving to DB2
Previous Message Manfred Koizar 2002-08-14 20:05:00 Re: performance with triggers depends on table size?