BUG #13461: Error message appears to use incorrect values

From: martin(dot)kevin(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13461: Error message appears to use incorrect values
Date: 2015-06-22 17:34:35
Message-ID: 20150622173435.3875.88760@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13461
Logged by: Kevin Martin
Email address: martin(dot)kevin(at)gmail(dot)com
PostgreSQL version: 9.4.1
Operating system: AWS RDS
Description:

Given a column of 1000-dimension cubes the following triggers an error:
CREATE INDEX ktest ON items USING gist(embeddings);
ERROR: index row size 8016 exceeds maximum 8152 for index "ktest"

The error message appears to be out of order - the index row size reported
is smaller than the maximum.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message socketpair 2015-06-22 20:34:11 BUG #13462: Impossible to use COPY FORMAT BINARY in chunks through libpq
Previous Message David G. Johnston 2015-06-22 16:41:28 Re: Incomplete Explain for delete