Re:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: archeron(at)wavefire(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re:
Date: 2003-11-13 15:43:07
Message-ID: 26486.1068738187@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Wade Klaver <archeron(at)wavefire(dot)com> writes:
> dropsites=# vacuum full analyze;
> WARNING: Rel pg_type: TID 12/46: InsertTransactionInProgress 27217603 - can't
> shrink relation
> WARNING: Rel pg_type: TID 12/47: InsertTransactionInProgress 27217603 - can't
> shrink relation
> WARNING: Rel pg_attribute: TID 152/1: InsertTransactionInProgress 27217603 -
> can't shrink relation
> WARNING: Rel pg_attribute: TID 152/2: InsertTransactionInProgress 27217603 -
> can't shrink relation
> ...
> ...
> And so on. The source code says "this should never happen".

7.4 has downgraded those messages to NOTICEs, and says

/*
* This should not happen, since we hold exclusive
* lock on the relation; shouldn't we raise an error?
* (Actually, it can happen in system catalogs, since
* we tend to release write lock before commit there.)
*/

If you saw it on anything besides a system catalog, then I'm interested,
but otherwise not to worry.

BTW, you really should update to 7.3.4.

regards, tom lane

In response to

  • at 2003-11-12 22:43:51 from Wade Klaver

Browse pgsql-bugs by date

  From Date Subject
Next Message Christof Petig 2003-11-14 09:55:42 pg_dump and psql disagree on numerical precision (powerpc)
Previous Message Bruce Momjian 2003-11-13 15:16:39 Re: plpgsql does not close cursors when a block ends