VACUUM failing ??!!
After running for more than 24 hrs (I have a large db), vacuum failed with
this message:
ERROR: failed to re-find parent key in "pg_type_typname_nsp_index"
Has anybody encountered this before?
Thanks much
Sally
_________________________________________________________________
Check out Election 2004 for up-to-date election news, plus voter tools and
more! http://special.msn.com/msn/election2004.armx
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
On Fri, 5 Nov 2004, Sally Sally wrote:
After running for more than 24 hrs (I have a large db), vacuum failed with
this message:
ERROR: failed to re-find parent key in "pg_type_typname_nsp_index"
Has anybody encountered this before?
AFAIR, you have to REINDEX pg_type to get rid of this error.
Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFBi5pmtl86P3SPfQ4RAtUDAJ4jyT6MMU3b7R/C4xVm918QsSTmkQCfZdCw
AQ6DWpdXhkhVM6jFKUQCQK0=
=GH8N
-----END PGP SIGNATURE-----
"Sally Sally" <dedeb17@hotmail.com> writes:
After running for more than 24 hrs (I have a large db), vacuum failed with
this message:
ERROR: failed to re-find parent key in "pg_type_typname_nsp_index"
What PG version?
regards, tom lane
Version 7.4
(I just re-indexed and I'm running vacuum again)
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Sally Sally" <dedeb17@hotmail.com>
CC: pgsql-admin@postgresql.org, pgsql-general@postgresql.org
Subject: Re: [ADMIN] VACUUM failing ??!! Date: Fri, 05 Nov 2004 11:04:00
-0500"Sally Sally" <dedeb17@hotmail.com> writes:
After running for more than 24 hrs (I have a large db), vacuum failed
with
this message:
ERROR: failed to re-find parent key in "pg_type_typname_nsp_index"What PG version?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
Import Notes
Resolved by subject fallback
"Salem Berhanu" <salemb4@hotmail.com> writes:
Version 7.4
(I just re-indexed and I'm running vacuum again)
I wonder if this is a variant of the concurrent-page-split
problem Joe Conway found. That's fixed in 7.4.5 and later.
Was this a plain vacuum, or vacuum full?
regards, tom lane