Re: deadlock in REINDEX

Поиск
Список
Период
Сортировка
От Olleg Samoylov
Тема Re: deadlock in REINDEX
Дата
Msg-id Pine.LNX.4.33.0302181704550.19296-100000@jane.telecom.mipt.ru
обсуждение исходный текст
Ответ на Re: deadlock in REINDEX  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
On Tue, 18 Feb 2003, Gavin Sherry wrote:

GS>Perhaps the change that needs to be made is:
GS>
GS>if(IsUnderPostmaster)
GS>    elog(ERROR,"You cannot run REINDEX INDEX in multi-user mode");
GS>
GS>to ReindexIndex() or some other appropriate place (with a better error
GS>message).
GS>
GS>Gavin

It is incorrect. In PostgreSQL REINDEX must be routing (PostgreSQL 7.3.1
Documentation 8.3. Routine Reindexing).

-- 
Olleg Samoylov



В списке pgsql-hackers по дате отправления:

Предыдущее
От: afterz@zipmail.com
Дата:
Сообщение: New Feature - Project
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: psql and readline