Re: could not access status of transaction 0

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

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/ ?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2006-01-06 16:28:34 Re: could not access status of transaction 0
Previous Message Jim C. Nasby 2006-01-06 16:09:06 Re: Improving N-Distinct estimation by ANALYZE