Re: pg_clog problem (maybe)... - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_clog problem (maybe)...
Date
Msg-id 12354.1062650255@sss.pgh.pa.us
Whole thread Raw
In response to pg_clog problem (maybe)...  (andrea gelmini <andrea.gelmini@linux.it>)
List pgsql-bugs
andrea gelmini <andrea.gelmini@linux.it> writes:
> 3) I open three connection to the same db and start operation as
>    "begin work; select p4(); update info set data=RANDOM();commit;"
>    "create index gino on info(x);"
>    "begin work; update info set data=RANDOM();"

>    Well, db schema is nothink more than this:
>    create table info(meta text, data text, id serial primary key);

Uh, there's no "x" column in "info".

> 4) after a lot of work/insert I've got this:
>    ERROR:  could not access status of transaction 859388209
>    DETAIL:  open of file "/home/gelma/pg4/bin/../db/pg_clog/0333" failed:
>    No such file or directory

I spent some time trying to reproduce this, with no success.  Could you
give a clearer recipe?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: PgSQL74b2: initdb fails (max_connections)
Next
From: Martin Edlman
Date:
Subject: Foreign key not working in some cases when using triggers