Re: pgsql: Allow time delayed standbys and recovery - Mailing list pgsql-committers

From Fujii Masao
Subject Re: pgsql: Allow time delayed standbys and recovery
Date
Msg-id CAHGQGwGy8SL2MbhkDvogeUeHH3Hg6q7UYpBFTmw9pJyedj2YJA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Allow time delayed standbys and recovery  (Bernd Helmle <mailings@oopsware.de>)
List pgsql-committers
On Thu, Dec 19, 2013 at 7:03 PM, Bernd Helmle <mailings@oopsware.de> wrote:
>
>
> --On 12. Dezember 2013 10:56:36 +0000 Simon Riggs <simon@2ndQuadrant.com>
> wrote:
>
>> 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.
>
>
> There's a small typo in the first paragraph, "paramater" should be
> "parameter":

Thanks for the report! Committed.

Regards,

--
Fujii Masao


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix typo in docs for min_recovery_apply_delay.
Next
From: Fujii Masao
Date:
Subject: pgsql: Add tab completion for ALTER SYSTEM SET in psql.