Tom Lane wrote:
I didn't have any luck reproducing either of these behaviors --- maybe
it's data-dependent. Can you extract a test case?
I will try to come up with a test case, but it might take until next
weekend, sorry.
The test data was an IRC log file, containing lots of color and
form
"Tom Lane" <[EMAIL PROTECTED]> writes:
> I didn't have any luck reproducing either of these behaviors --- maybe
> it's data-dependent. Can you extract a test case?
I haven't been able to reproduce this either but I produced an entirely
different problem:
postgres=# create index concurrently dg5
"Tom Lane" <[EMAIL PROTECTED]> writes:
> Hannes Dorbath <[EMAIL PROTECTED]> writes:
>> hannes=> CREATE INDEX CONCURRENTLY "ts_fts_tsv" ON "public"."fts" USING gin
>> ("tsv");
>> ERROR: item pointer (0,1) alreadt exists
>
>> I was able to reproduce that error a few times, but not always. It seems
Hannes Dorbath <[EMAIL PROTECTED]> writes:
> hannes=> CREATE INDEX CONCURRENTLY "ts_fts_tsv" ON "public"."fts" USING gin
> ("tsv");
> ERROR: item pointer (0,1) alreadt exists
> I was able to reproduce that error a few times, but not always. It seems
> it only happens with CONCURRENTLY.
> Afte