Re: [HACKERS] Index corruption under PostgreSQL 6.5beta3 - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] Index corruption under PostgreSQL 6.5beta3
Date
Msg-id 375F5B4C.F84F532D@krs.ru
Whole thread Raw
In response to Index corruption under PostgreSQL 6.5beta3  (Marcus Mascari <mascarim@yahoo.com>)
List pgsql-hackers
Marcus Mascari wrote:
> 
> The application, due to errors in the import data,
> is not completing to termination.  It is exitting
> in block 3. However, the indexes on foo are left

How is it exitting? ERROR, FATAL, ABORT?

> corrupted.  We've had to go in and recreate them
> by hand. The DROP/COPY/CREATE sequence in step 2
> is performed on multiple tables...and all of them are
> corrupted following the abnormal termination of the
> process.

Vadim


pgsql-hackers by date:

Previous
From: Marcus Mascari
Date:
Subject: Index corruption under PostgreSQL 6.5beta3
Next
From: Philip Warner
Date:
Subject: Re: [HACKERS] Aggregates with context - a question