Re: PG 7.2.1 core dump - Mailing list pgsql-general

From Tom Jenkins
Subject Re: PG 7.2.1 core dump
Date
Msg-id 1029355508.662.11.camel@asimov
Whole thread Raw
In response to PG 7.2.1 core dump  (Tom Jenkins <tjenkins@devis.com>)
Responses Re: PG 7.2.1 core dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Sourceforge moving to DB2
Next
From: Andrew Sullivan
Date:
Subject: Re: Transaction Exception Question