Re: pgsql: Prevent shutdown in normal mode if online backup is running, and

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Bruce Momjian <momjian(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Prevent shutdown in normal mode if online backup is running, and
Date: 2008-07-08 14:29:15
Message-ID: 1215527355.4051.901.camel@ebony.2ndQuadrant
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On Wed, 2008-04-23 at 13:44 +0000, Magnus Hagander wrote:
> Log Message:
> -----------
> Prevent shutdown in normal mode if online backup is running, and
> have pg_ctl warn about this.
>
> Cancel running online backups (by renaming the backup_label file,
> thus rendering the backup useless) when shutting down in fast mode.

This TODO item is resolved by this commit:

"Fix server restart problem when the server was shutdown during a PITR
backup"

http://archives.postgresql.org/pgsql-hackers/2007-11/msg00800.php

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-07-08 15:11:58 pgsql: Fix WAL file cutoff point calculation in pg_standby.
Previous Message Neil Conway 2008-07-08 03:25:42 pgsql: Minor improvements to the Gin internal documentation.