Re: ERROR: could not access status of transaction 575

From: Brian Hurt <bhurt(at)janestcapital(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: ERROR: could not access status of transaction 575
Date: 2008-06-17 16:46:55
Message-ID: 4857EA7F.90709@janestcapital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Brian Hurt wrote:

>
> Hello all-
>
> I'm getting an error on a Postgres database when I access a table:
>
>> template0=# select * from pg_language;
>> ERROR: could not access status of transaction 575
>> DETAIL: could not open file "pg_clog/0000": No such file or directory
>> template0=#
>

More information: I did (as postgres):

dd bs=49152 count=1 if=/dev/zero of=/database/postgres/pg_clog/0000

to create the clog file (49152 is the size of
/database/postgres/pg_clog/0001), then fixed the permissions (chmod 0600
/database/postgres/pg_clog/0000). This seems to have fixed the problem.

The partition is on a Areca raid control, and some playing with the
areca cli didn't turn up any HD errors. We're running bonnie++ on the
partition to see if it detects any errors.

Brian

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Obe, Regina 2008-06-17 18:21:12 Re: Step 1 with Visual Basic
Previous Message Richard Broersma 2008-06-17 16:13:42 Re: Step 1 with Visual Basic