Re: Problem with streaming replication, backups, and recovery (9.0.x)

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: depesz(at)depesz(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem with streaming replication, backups, and recovery (9.0.x)
Date: 2011-03-30 08:12:27
Message-ID: AANLkTimZtVf7UCn-TsDfTX4CgHJdVmW0dEXo5CnLYts9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 30, 2011 at 4:56 PM, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
>> Attached patch reverts that. Comments?
>
> Looks good, committed.

Thanks!

> We could also improve the error message. If we haven't reached the
> end-of-backup location, we could say something along the lines of:
>
> ERROR: WAL ends before the end of online backup
> HINT: Online backup must be ended with pg_stop_backup(), and all the WAL up
> to that point must be available at recovery.

+1

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2011-03-30 08:27:07 Re: Another swing at JSON
Previous Message Fujii Masao 2011-03-30 08:08:22 Re: Replication server timeout patch