vacuum bug

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: vacuum bug
Date: 2003-07-01 07:44:41
Message-ID: 03e401c33fa4$a1f832d0$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I was running a long-running vacuum full, and then halfway thru that our
background vacuum process started. As well as this, there was light
activity on a users table from which vacuum full was removing 90000 rows.

Then vacuum full failed after a while:

ERROR: simple_heap_update: tuple concurrently updated

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-07-01 12:08:53 Index expressions: how to recreate
Previous Message Hannu Krosing 2003-07-01 07:23:58 Re: [HACKERS] PlPython