So.. I assume this isn't normal (postgresql 7.0.2 on linux 2.2.16)?
ERROR: RelationClearRelation: relation 37799899 modified while in use
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
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
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
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=#
POSTGRESQL BUG REPORT TEMPLATE
Your name : Lennert Buytenhek
Your email address