Re: [HACKERS] could not access status of transaction 0

2006-01-20 Thread Tom Lane
Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: > We seem to be getting this error (in german) once in a while on a rather > complex database: > FEHLER: konnte auf den Status von Transaktion 0 nicht zugreifen > DETAIL: kann Datei >>/var/databases/postgres/data/pg_subtrans/57DA<< > nicht erstell

Re: [HACKERS] could not access status of transaction 0

2006-01-06 Thread Stefan Kaltenbrunner
Tom Lane wrote: > Stefan Kaltenbrunner <[EMAIL PROTECTED]> 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 w

Re: [HACKERS] could not access status of transaction 0

2006-01-06 Thread Tom Lane
Stefan Kaltenbrunner <[EMAIL PROTECTED]> 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

[HACKERS] could not access status of transaction 0

2006-01-06 Thread Stefan Kaltenbrunner
Hi all! We seem to be getting this error (in german) once in a while on a rather complex database: FEHLER: konnte auf den Status von Transaktion 0 nicht zugreifen DETAIL: kann Datei >>/var/databases/postgres/data/pg_subtrans/57DA<< nicht erstellen: Die Datei existiert bereits which roughly tra