Re: FATAL: could not open relation pg_tblspc/491086/467369/491103: No such file or directory

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Gianni Ciolli <gianni(dot)ciolli(at)2ndquadrant(dot)it>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>, Gabriele Bartolini <gabriele(dot)bartolini(at)2ndquadrant(dot)it>
Subject: Re: FATAL: could not open relation pg_tblspc/491086/467369/491103: No such file or directory
Date: 2009-01-26 08:52:36
Message-ID: 1232959956.2327.1466.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Mon, 2009-01-26 at 09:48 +0200, Heikki Linnakangas wrote:
> Simon Riggs wrote:
> > In various places in current HEAD we throw a checkpoint when we want to
> > be certain that all buffers have been flushed.
> >
> > In recovery, a checkpoint isn't always a restartpoint for two reasons:
> > timing and rmgr state. This gives both a cause for the error and an
> > explanation of why it does not occur consistently. ISTM this could
> > likely effect previous releases as well.
>
> Were you able to narrow this down? Do you know exactly what command
> caused it?

We know it wasn't any specific command because it caused the bgwriter to
crash when HS patch was applied. But no, I'm not looking at it yet,
until we're done with HS.

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Training, Services and Support

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2009-01-26 09:00:14 Re: Hot standby, dropping a tablespace
Previous Message KaiGai Kohei 2009-01-26 08:13:59 Re: SE-PostgreSQL Updated Revision (r1460)