Re: could not access status of transaction 0

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: could not access status of transaction 0
Date: 2006-01-06 16:28:34
Message-ID: 43BE9AB2.8010606@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
>
>>ERROR: could not access status of transaction 0
>>DETAIL: could not create file
>>/var/databases/postgres/data/pg_subtrans/57DA<<: File exists
>
>
>>and seems to be generated in backend/access/transam/slru.c
>>it looks like we got those(with changing filenames) about 5 times during
>>the last 2 months mostly during low-utilisation times (on this
>>particular database - not on the server itself).
>
>
> Hm ... can you check exactly what set of filenames exists in
> pg_subtrans/ when this happens? Is it always referencing pg_subtrans/,
> or are there similar complains about pg_clog/ ?

it always complains about pg_subtrans/ , as for finding out what files
are in that directory when that happens - I will try to put something in
place that monitors the direcory.
However it might take a while until we get a result out of this since I
cannot reproduce this issue at will and it only happens rarely :-(

Stefan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremy Drake 2006-01-06 16:45:17 Re: catalog corruption bug
Previous Message Tom Lane 2006-01-06 16:18:15 Re: could not access status of transaction 0