Re: [BUGS] ehm...

2002-01-18 Thread andrea gelmini
On dom, gen 13, 2002 at 11:30:08 -0500, Tom Lane wrote: > Hm, you never did a VACUUM at all? Don't see how that can be --- > removal of CLOG segments is triggered by VACUUM. uhm... i was sure i didn't do vacuum... but... well... so I made other tests. > > Please let me know if you can still see

Re: [BUGS] ehm...

2002-01-14 Thread andrea gelmini
On ven, gen 11, 2002 at 03:16:12 -0500, Tom Lane wrote: > Yes, I would like a copy of your script. i will package script and 'instructions' soon. i've got also two snapshots of db after the crash (tar files of postgres directory) > > I just found and fixed a problem that could lead to this kind

Re: [BUGS] ehm...

2002-01-14 Thread andrea gelmini
On ven, gen 11, 2002 at 01:56:12 -0500, Tom Lane wrote: > Yup, it looks like a bug to me. Apparently a CLOG segment has been > recycled too soon. We just found a bug of that ilk in sequence > processing, but VACUUM doesn't touch sequences, so apparently you have > a different bug. Please submit

Re: [BUGS] ehm...

2002-01-13 Thread Tom Lane
andrea gelmini <[EMAIL PROTECTED]> writes: > you was right, and there's no need of vacuum db to crash the postmaster... > doing a fresh installation, a fresh initdb, starting my script (and a > second bash script that does nothing more than a simple insert) after about > 1 milion transactions i ca

Re: [BUGS] ehm...

2002-01-11 Thread Tom Lane
andrea gelmini <[EMAIL PROTECTED]> writes: > On ven, gen 11, 2002 at 01:56:12 -0500, Tom Lane wrote: >> Yup, it looks like a bug to me. Apparently a CLOG segment has been >> recycled too soon. We just found a bug of that ilk in sequence >> processing, but VACUUM doesn't touch sequences, so appar

Re: [BUGS] ehm...

2002-01-11 Thread Tom Lane
andrea gelmini <[EMAIL PROTECTED]> writes: > vacuumdb -a -v -f -z > NOTICE: Analyzing author > FATAL 2: open of /home/postgres/db/pg_clog/ failed: No such file or directo > ry > server closed the connection unexpectedly > This probably means the server terminated abnormally > be

[BUGS] ehm...

2002-01-11 Thread andrea gelmini
well, i will be a little verbose, but i am afraid this could be a big bug in postgresql, so... i've made a script in python that, by psycopg module, put freecddb archive in a relational db. so, it does a few select and a lot of insert for each file of freecddb (something like 500.000 files). now,