REINDEX CONCURRENTLY unexpectedly fails - Mailing list pgsql-bugs

From Manuel Rigger
Subject REINDEX CONCURRENTLY unexpectedly fails
Date
Msg-id CA+u7OA6gP7YAeCguyseusYcc=uR8+ypjCcgDDCTzjQ+k6S9ksQ@mail.gmail.com
Whole thread Raw
Responses Re: REINDEX CONCURRENTLY unexpectedly fails
Re: REINDEX CONCURRENTLY unexpectedly fails
List pgsql-bugs
Hi everyone,

On the latest trunk version, I get an error "index "t0_pkey_ccnew"
already contains data" when using REINDEX CONCURRENTLY:

CREATE TEMP TABLE t0(c1 INT PRIMARY KEY) ON COMMIT DELETE ROWS;
REINDEX TABLE CONCURRENTLY t0; -- unexpected: ERROR:  index
"t0_pkey_ccnew" already contains data

Is this expected? I think I did not observe this error on earlier
PostgreSQL versions.

Best,
Manuel



pgsql-bugs by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: BUG #16111: Unexpected query compilation error “negative bitmapset member not allowed”
Next
From: Jeff Janes
Date:
Subject: Re: REINDEX CONCURRENTLY unexpectedly fails