| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> | 
|---|---|
| To: | andrea gelmini <andrea(dot)gelmini(at)linux(dot)it> | 
| Cc: | pgsql-bugs(at)postgresql(dot)org | 
| Subject: | Re: pg_clog problem (maybe)... | 
| Date: | 2003-09-04 04:37:35 | 
| Message-ID: | 12354.1062650255@sss.pgh.pa.us | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-bugs | 
andrea gelmini <andrea(dot)gelmini(at)linux(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2003-09-04 05:06:15 | Re: [HACKERS] [BUGS] 7.4 beta 1: SET log_statement=false | 
| Previous Message | Tom Lane | 2003-09-04 02:35:45 | Re: PgSQL74b2: initdb fails (max_connections) |