Re: ERROR: concurrent insert in progress

From: Lennin Caro <lennin(dot)caro(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org, Ganbold <ganbold(at)micom(dot)mng(dot)net>
Subject: Re: ERROR: concurrent insert in progress
Date: 2008-06-27 14:43:13
Message-ID: 982791.19789.qm@web59515.mail.ac4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

use REINDEX

REINDEX ip_dst_idx

OR

REINDEX table_name

http://www.postgresql.org/docs/8.3/static/sql-reindex.html

tell us the result

thank

--- On Fri, 6/27/08, Ganbold <ganbold(at)micom(dot)mng(dot)net> wrote:
From: Ganbold <ganbold(at)micom(dot)mng(dot)net>
Subject: [GENERAL] ERROR: concurrent insert in progress
To: pgsql-general(at)postgresql(dot)org
Date: Friday, June 27, 2008, 3:04 AM

Hi,

I have problem with my DB:

snort=# vacuum full;
WARNING: index "ip_src_idx" contains 1921678 row versions, but table

contains 1921693 row versions
HINT: Rebuild the index with REINDEX.
WARNING: index "ip_dst_idx" contains 1921668 row versions, but table

contains 1921693 row versions
HINT: Rebuild the index with REINDEX.
ERROR: could not read block 988 of relation 1663/16384/16472:
Input/output error
snort=# reindex index ip_src_idx;
ERROR: concurrent insert in progress

How to solve this problem? Is there any other method fixing the index?

thanks in advance,

Ganbold

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Shulman 2008-06-27 15:11:12 Re: what are rules for?
Previous Message Lennin Caro 2008-06-27 14:41:53 Re: ERROR: concurrent insert in progress