Re: Problems during doing reindex on 7.0.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: Denis Perchine <dyp(at)perchine(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Problems during doing reindex on 7.0.3
Date: 2000-11-14 03:04:11
Message-ID: 25427.974171051@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
> Denis Perchine wrote:
>> ERROR: Index 2050642 does not exist
>>
>> Looks like index oid was already resolved, but index was not locked yet...
>> And it was dropped just under the feet...

> Parser-rewriter-planner acquires a short term lock.
> This may be improved in 7.1 though I'm not sure.

I believe it is fixed for 7.1 --- a lock is acquired at first
reference to the table and not released.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-11-14 03:12:39 Re: Is this proper UNION behavior??
Previous Message Alvar Freude 2000-11-14 01:59:09 Array-Handling: use in subselect, push ...