From: | Heikki Linnakangas <heikki(at)enterprisedb(dot)com> |
---|---|
To: | Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl> |
Cc: | PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: relation 71478240 deleted while still in use on 8.1 |
Date: | 2007-03-21 20:40:05 |
Message-ID: | 46019825.2020805@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Grzegorz Jaskiewicz wrote:
> I got :
>
> 2007-03-21 20:56:17 CET ERROR: relation 71478240 deleted while still in
> use
> 2007-03-21 20:56:17 CET ERROR: relation 71478240 deleted while still in
> use
> 2007-03-21 20:56:17 CET ERROR: relation 71478240 deleted while still in
> use
>
> on 8.1.8 my production server here.
> some inserts/updates, selects, and pg_dump was running.
> there's a chance cluster was running in
> http://dupa.privatepaste.com/d317KYXt5n
>
> It is repeatable, if I run pg_dump. Guess that has something to do, with
> slowing down db server - and some race cond occurs.
> Any ideas ?
> should I add it as a bug ? or perhaps someone already knows about that
> kinda issue
Which transaction gets the error, pg_dump or the one you copied to that
web page? Is there anything else running? How often does it happen,
always? Can you reduce it to a self-contained test case that doesn't
require dblink?
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2007-03-21 21:21:06 | Re: Question about the TODO, numerics, and division |
Previous Message | Chris Browne | 2007-03-21 20:29:31 | Re: TOASTing smaller things |