Re: (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)
Date
Msg-id 29499.1236530835@sss.pgh.pa.us
Whole thread Raw
In response to Re: (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-bugs
Gregory Stark <stark@enterprisedb.com> writes:
> Marinos Yannikos <mjy@pobox.com> writes:
>> I had a strange problem this morning - I started a long-running UPDATE on a
>> heavily indexed table with about 8m rows last night to test a trigger-based
>> queue (PgQ):

> I think you were bitten by a gotcha with newly created indexes and "heap-only"
> updates.

This would only be possible if it were 8.3 and the reindex script used
REINDEX CONCURRENTLY.  Neither fact is in evidence at this point.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Gregory Stark
Date:
Subject: Re: (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)
Next
From: Gregory Stark
Date:
Subject: Re: (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)