Re: Backend crash (long) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Backend crash (long)
Date
Msg-id 17788.1032361417@sss.pgh.pa.us
Whole thread Raw
In response to Backend crash (long)  ("Michael Paesold" <mpaesold@gmx.at>)
Responses Re: Backend crash (long)  (Rod Taylor <rbt@rbt.ca>)
List pgsql-hackers
"Michael Paesold" <mpaesold@gmx.at> writes:
> I have written a test function, that will create a sequence and a table,
> than insert one million rows into the table, analyze the table and create an
> index on one of the columns.

You can't run ANALYZE inside a function.  In CVS tip there's a check to
prevent the VACUUM variant of this problem, but I'm not sure if it
handles the ANALYZE variant (yet).
        regards, tom lane


pgsql-hackers by date:

Previous
From: nngodinh@tiscali.it
Date:
Subject: Re: unaccent
Next
From: Rod Taylor
Date:
Subject: Re: Backend crash (long)