Re: PG 7.2.1 core dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tom Jenkins <tjenkins(at)devis(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PG 7.2.1 core dump
Date: 2002-08-14 22:00:52
Message-ID: 16555.1029362452@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Jenkins <tjenkins(at)devis(dot)com> writes:
> So looks like in pl/pgsql if you have ANALYZE statements you can
> (possibly) crash the server.

Ah. This is a variant of the "can't do VACUUM in a function" problem.
There's a test to prevent that in CVS tip...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-08-14 22:07:14 Re: Perl modules problem on OS X
Previous Message Andrew Sullivan 2002-08-14 21:48:31 Re: Transaction Exception Question