Re: VACUUM Error?

From: Fabrice(dot)Sznajderman(at)devoteam(dot)com
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: VACUUM Error?
Date: 2006-03-09 09:00:15
Message-ID: OF140C4FE6.1D707F01-ONC125712C.003161A6-C125712C.00317673@devoteam.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Victory!!

The Vacuum works well !!!

Thanks for your help!!!

cheers

Fabrice SZNAJDERMAN

DSI : Application Rendez-Vous - CCM
tel : 01 41 49 60 77
Fabrice Sznajderman/Solutions/FR/Devoteam(at)Devoteam

"Andy Shellam" <andy(dot)shellam(at)mailnetwork(dot)co(dot)uk>
Envoyé par : pgsql-admin-owner(at)postgresql(dot)org
07/03/2006 16:34
Veuillez répondre à
<andy(dot)shellam(at)mailnetwork(dot)co(dot)uk>

A
<Fabrice(dot)Sznajderman(at)devoteam(dot)com>
cc

Objet
Re: [ADMIN] VACUUM Error?

If you do "ps auxwww|grep postgres" on your console command line - you
should find processes with a status of "IDLE IN TRANSACTION" or similar,
and use that data and the PG server status to identify where it came from,
and submit a COMMIT or ROLLBACK command on that connection.

From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of
Fabrice(dot)Sznajderman(at)devoteam(dot)com
Sent: Tuesday, 07 March, 2006 3:25 pm
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] VACUUM Error?

Hello Tom Lane,

Thank you very much for your answer!!

My PG version is older than 7.3 , I know it so old and so much old.. but I
can't update this version... :-((

However, could you explain me how I can close open transaction?

Thanks in advance!!

best regard

Fabrice

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
07/03/2006 15:52

A
Fabrice(dot)Sznajderman(at)devoteam(dot)com
cc
pgsql-admin(at)postgresql(dot)org
Objet
Re: [ADMIN] VACUUM Error?

Fabrice(dot)Sznajderman(at)devoteam(dot)com writes:
> But I had error :"ERROR: Parent tuple was not found

What PG version is this? We recently fixed some bugs that could lead to
this error.

The error could only occur if you have some old open transaction(s) that
could possibly still see since-updated tuples in the vacuumed table.
So it'll go away if you close out open transactions.

regards, tom lane

!DSPAM:14,440da5fc49411673628609!

+---------------------------------------------------------------------+
About Devoteam:

Devoteam is an IT consulting group.
Combining consulting and technology solutions offers enables
Devoteam to provide its customers with independent advice and
effective solutions to align their information system's technical
infrastructure with their operational objectives.
The group achieved a turnover of 199 million euros in 2005
an operating margin of 7% and counts 2,100 employees through
12 European countries and the Middle East.
Listed on the Euronext Paris Nouveau Marche and part of the Nexteconomy,
IT CAC, IT CAC 50, SBF 250 index of Euronext Paris.
www.devoteam.com
+---------------------------------------------------------------------+

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message sandhya 2006-03-09 09:38:49 Re: pls help me
Previous Message sandhya 2006-03-09 08:17:56 pls help me