ERROR - CREATE GIST INDEX on 9.2 beta3

From: Zdeněk Jílovec <zdenek(dot)jilovec(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: ERROR - CREATE GIST INDEX on 9.2 beta3
Date: 2012-08-14 22:02:50
Message-ID: CAAmALa2P0HKV+r=aWvrpxAgK5_U2gDXDf=HfSqf8jEXUWHHfow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,

I use PostgreSQL 9.2beta3 with PostGIS 2.0.1 and if I try create GIST index
on column geometry(Point,2065) I get error:

test=> CREATE INDEX places_point ON places USING GIST(def_point);
ERROR: failed to re-find parent for block 18097

It works on 9.1

I can send a table dump (43 MB - bzip2).

Regards Zdeněk Jílovec

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2012-08-15 01:54:21 Re: BUG #7485: 9.2 beta3 libxml2 can't be loaded on Windows
Previous Message Tom Lane 2012-08-14 21:30:25 Re: Possible memory leak/memory issue in pg_dump