Re: Checkpoint request failed on version 8.2.1.

From: "Patrick Earl" <patearl(at)patearl(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Checkpoint request failed on version 8.2.1.
Date: 2007-01-11 18:47:39
Message-ID: e0762e610701111047k364bad14j9ddfe272c981d66f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

We're getting the error as part of an automated test suite and it is
seems to occur every time the suite is run. The platform is Win XP 64
bit.

When running the same unit test suite from a remote machine, the error
does not occur. The error also does not occur when manually running
the create database command using pgadmin. We are logging into
PostgreSQL as the same user.

Patrick

On 1/11/07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Patrick Earl" <patearl(at)patearl(dot)net> writes:
> > 2007-01-11 09:56:17 ERROR: could not open relation 1663/16403/16426:
> > Permission denied
> > 2007-01-11 09:56:17 ERROR: checkpoint request failed
> > 2007-01-11 09:56:17 HINT: Consult recent messages in the server log
> > for details.
> > 2007-01-11 09:56:17 STATEMENT: CREATE DATABASE "TestDatabase"
>
> Well, like the HINT says, consult recent messages for details. In this
> case the reason the checkpoint failed was evidently a file permissions
> problem. Is this repeatable? What platform is it on?
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Benoit 2007-01-11 18:56:25 Re: ORDER BY col is NULL in UNION causes error?
Previous Message Bruce Momjian 2007-01-11 18:44:21 Re: ORDER BY col is NULL in UNION causes error?

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2007-01-11 18:51:02 Re: wal buffers documentation -errata
Previous Message Tom Lane 2007-01-11 18:20:52 Re: unusual performance for vac following 8.2 upgrade