Re: Need a "What's New in 9.4 Wiki Page"

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Sameer Kumar <sameer(dot)kumar(at)ashnik(dot)com>
Cc: Gabriele Bartolini <gabriele(dot)bartolini(at)2ndquadrant(dot)it>, Ian Barwick <ian(at)2ndquadrant(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL Advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: Need a "What's New in 9.4 Wiki Page"
Date: 2014-05-28 06:49:44
Message-ID: CAB7nPqSwixK01jn=J=q75+HjvA0X3J2h=juJQ5sC8LqJp+x7NA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On Wed, May 28, 2014 at 3:14 PM, Sameer Kumar <sameer(dot)kumar(at)ashnik(dot)com>wrote:

> I went through the wiki page (and I understand that it is WIP), I did not
> see Time Delayed Standby listed there:
> I believe 9.4 will introduce a new recovery.conf parameter
> recovery_min_apply_delay
>
> http://www.postgresql.org/docs/9.4/static/standby-settings.html
>
>
> Am I missing something or the feature has been postponed? Or someone has
> this on ToDo list [ :-) ] ?
>

Nope, this feature has been committed for 9.4:
commit 36da3cfb457b77a55582f68208d815f11ac1399e
Author: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Date: Thu Dec 12 10:53:20 2013 +0000

Allow time delayed standbys and recovery

Set min_recovery_apply_delay to force a delay in recovery apply for
commit and
restore point WAL records. Other records are replayed immediately.
Delay is
measured between WAL record time and local standby time.

Robert Haas, Fabrízio de Royes Mello and Simon Riggs
Detailed review by Mitsumasa Kondo

The wiki page is simply not really complete...
--
Michael

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Sameer Kumar 2014-05-28 08:02:25 Re: Need a "What's New in 9.4 Wiki Page"
Previous Message Sameer Kumar 2014-05-28 06:14:43 Re: Need a "What's New in 9.4 Wiki Page"