Re: Index trouble with 8.3b4

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Index trouble with 8.3b4
Date: 2008-01-14 10:44:42
Message-ID: 478B3D1A.6020205@theendofthetunnel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Tom Lane wrote:
> I've committed a patch to do that. Please test CVS HEAD and see if you
> still see problems.

I'm happy to hear you found something and I will try CVS HEAD in a minute.

In the meantime let me report that the cluster issue happens with GIST
as well. I have load 5 million rows in that table and did:

test=# CREATE INDEX CONCURRENTLY "ts_test_tsv_gist" ON "public"."test"
USING gist ("tsv");
CREATE INDEX
test=# CLUSTER test USING ts_test_tsv_gist;
ERROR: could not create unique index "test_pkey"
DETAIL: Table contains duplicated values.
test=#

But as far as I understood this is already covered by your thesis.

--
Best regards,
Hannes Dorbath

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message henry 2008-01-14 10:49:34 Re: tcp_keepalives_idle ignored
Previous Message Michael Meskes 2008-01-14 09:48:02 Re: ECPG problem with 8.3

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2008-01-14 11:36:18 Re: Index trouble with 8.3b4
Previous Message mac_man2005 2008-01-14 10:16:15 Using tapes on tuplesort.c