[BUGS] relation modified? (fwd)

2000-11-03 Thread Lennert Buytenhek
So.. I assume this isn't normal (postgresql 7.0.2 on linux 2.2.16)? ERROR: RelationClearRelation: relation 37799899 modified while in use

[BUGS] waiting for lock?

2000-11-02 Thread Lennert Buytenhek
Hi, this evening I found a whole bunch of cron jobs hanging on a VACUUM of a database. I killed them off and retried manually: ulsec=> vacuum; NOTICE: Skipping "pg_type" --- only table owner can VACUUM it NOTICE: Skipping "pg_attribute" --- only table owner can VACUUM it NOTICE: Skipping "pg

Re: [BUGS] eeeh... buffer leak?

2000-10-25 Thread Lennert Buytenhek
On Tue, 17 Oct 2000, Tom Lane wrote: > PrivateRefCount is local to a particular backend, so the behavior of > other clients shouldn't matter (in theory anyway ;-)). It should be > sufficient to reproduce the sequence executed by your specific session. > Not that that helps much if you don't re

Re: [BUGS] eeeh... buffer leak?

2000-10-16 Thread Lennert Buytenhek
On Sun, 15 Oct 2000, Tom Lane wrote: > > ulsec=# truncate job; > > NOTICE: Buffer Leak: [002] (freeNext=-3, freePrev=-3, relname=job, blockNum=0, > > flags=0xc, refcount=1 -1) > > TRUNCATE > > Hmm, that's interesting. It shouldn't be possible for PrivateRefCount > (the last value printed) to

[BUGS] eeeh... buffer leak?

2000-10-15 Thread Lennert Buytenhek
Hmmm... is this bad? ulsec=# truncate job; NOTICE: Buffer Leak: [002] (freeNext=-3, freePrev=-3, relname=job, blockNum=0, flags=0xc, refcount=1 -1) TRUNCATE ulsec=#

[BUGS] Selects on tables with cidr type primary keys are broken

2000-10-15 Thread Lennert Buytenhek
POSTGRESQL BUG REPORT TEMPLATE Your name : Lennert Buytenhek Your email address