Re: deadlock in REINDEX - Mailing list pgsql-hackers

From Olleg Samoylov
Subject Re: deadlock in REINDEX
Date
Msg-id Pine.LNX.4.33.0302181704550.19296-100000@jane.telecom.mipt.ru
Whole thread Raw
In response to Re: deadlock in REINDEX  (Gavin Sherry <swm@linuxworld.com.au>)
List 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 by date:

Previous
From: afterz@zipmail.com
Date:
Subject: New Feature - Project
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: psql and readline