... - Mailing list pgsql-bugs

From Wade Klaver
Subject ...
Date
Msg-id 200311121443.51212.archeron@wavefire.com
Whole thread Raw
Responses Re:  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hello all,

  Just so this problem is logged in the system, I am making an overly vague
bug report.  I have no nice method of repeating this as it requires a large
database with somewhat broken RI to run for a long time before running VACUUM
FULL ANALYZE;
I get:

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".
This took place on the following system:
dropsites=# select version();
                               version
---------------------------------------------------------------------
 PostgreSQL 7.3.2 on i386-unknown-freebsd4.6, compiled by GCC 2.95.4
(1 row)

[dropsites@m sendpage]$ uname -a
FreeBSD ***.****.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Wed Sep 17
11:18:42 PDT 2003     ***@****.com:/usr/obj/usr/src/sys/WAY2EASY  i386

Any more details you may request and I shall do my best to deliver.  I am
currently trying to get this to happen on -STABLE, but to no avail.
Thanks all.

--
Wade Klaver
Wavefire Technologies Corporation
GPG Public Key at http://archeron.wavefire.com

/"\   ASCII Ribbon Campaign  .
\ / - NO HTML/RTF in e-mail  .
 X  - NO Word docs in e-mail .
/ \ -----------------------------------------------------------------

pgsql-bugs by date:

Previous
From: Troels Arvin
Date:
Subject: Re: RC2 refuses to build if --infodir=foo is set
Next
From: Bruce Momjian
Date:
Subject: Re: plpgsql does not close cursors when a block ends