Re: Backend crash (long)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Backend crash (long)
Дата
Msg-id 17788.1032361417@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Backend crash (long)  ("Michael Paesold" <mpaesold@gmx.at>)
Ответы Re: Backend crash (long)  (Rod Taylor <rbt@rbt.ca>)
Список 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 по дате отправления:

Предыдущее
От: nngodinh@tiscali.it
Дата:
Сообщение: Re: unaccent
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Backend crash (long)