From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Version 7.2.3 Vacuum abnormality |
Date: | 2003-02-17 20:45:49 |
Message-ID: | 20030217154549.Y22104@mail.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Feb 13, 2003 at 03:27:01PM +1000, Paul L Daniels wrote:
> Good evening, tonight while running my routine vacuum, the following came up on my screen:
>
> ---8<---------------
> NOTICE: Rel xamefiles: Uninitialized page 708135 - fixing
> NOTICE: Rel xamefiles: Uninitialized page 708136 - fixing
> NOTICE: Rel xamefiles: Uninitialized page 708137 - fixing
> NOTICE: Rel xamefiles: Uninitialized page 708138 - fixing
> NOTICE: Rel xamefiles: Uninitialized page 708599 - fixing
> ---8<---------------
This is a known and, it turns out, not real serious bug. See, e.g.,
http://archives.postgresql.org/pgsql-hackers/2002-11/msg00486.php
I seem to recall Tom Lane noticing (uh, a few weeks ago, I think)
that the problem happens not just on system tables. I think 7.2.4 is
supposed to partially fix this, but ISTR that there is something
about it which can't be fixed without forcing a catalog change (which
forces initdb, and is therefore Not Allowed for dot-releases).
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-02-17 20:47:17 | Re: pg_hba.conf hostmask. |
Previous Message | Bruce Momjian | 2003-02-17 20:44:43 | Re: COUNT and Performance ... |