Re: Problem with btree index on 7.1.3

From: Mike Mascari <mascarm(at)mascari(dot)com>
To: Denis Perchine <dyp(at)perchine(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with btree index on 7.1.3
Date: 2002-01-24 12:03:14
Message-ID: 3C4FF802.AF213FC2@mascari.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Denis Perchine wrote:
>
> Hello,
>
> on 7.1.3 I get:
> ERROR: btree: index item size 3028 exceeds maximum 2713
>
> it seems like known problem, and I have a feeling that it is fixed in 7.2 RC1,
> but does anywhere a patch available for 7.1.3?

I believe the tuple toaster allows for (essentially) unlimited data
size. But I believe index sizes are still limited to around 2K. I could
be wrong, but I don't remember anything to the contrary.

Hope that helps,

Mike Mascari
mascarm(at)mascari(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marcelo Pereira 2002-01-24 13:12:19 Re: Auto Increase
Previous Message Mike Mascari 2002-01-24 11:59:22 Re: Auto Increase