From: | Wade Klaver <archeron(at)wavefire(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | |
Date: | 2003-11-12 22:43:51 |
Message-ID: | 200311121443.51212.archeron@wavefire.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)m sendpage]$ uname -a
FreeBSD ***.****.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Wed Sep 17
11:18:42 PDT 2003 ***(at)****(dot)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 .
/ \ -----------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-11-12 22:48:56 | Re: Minor bug: Odd feedback on STDERR from PSQL for block comments |
Previous Message | Josh Berkus | 2003-11-12 22:20:15 | Re: Minor bug: Odd feedback on STDERR from PSQL for block comments |