Re: [GENERAL] Understanding pg_last_xlog_receive_location - Mailing list pgsql-general

From Zach Walton
Subject Re: [GENERAL] Understanding pg_last_xlog_receive_location
Date
Msg-id CAK-a08rKUmQJyH5QXjDDu2ULOJ0phoCQdk++Xro8yE4wYh9TJg@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Understanding pg_last_xlog_receive_location  (Zach Walton <zacwalt@gmail.com>)
Responses Re: [GENERAL] Understanding pg_last_xlog_receive_location
List pgsql-general
I was able to test 9.4.11 and am seeing the same behavior:

postgres=# SELECT pg_is_in_recovery(), pg_last_xlog_receive_location(), pg_last_xlog_replay_location();
 pg_is_in_recovery | pg_last_xlog_receive_location | pg_last_xlog_replay_location
-------------------+-------------------------------+------------------------------
 t                 |                               | 0/3000198

On Wed, Mar 1, 2017 at 11:17 AM, Zach Walton <zacwalt@gmail.com> wrote:
Thanks. We have some patches on the 9.4.5 code base (not in the replication path). I'll work on porting those to 9.4.11 and will report back to the thread.

pgsql-general by date:

Previous
From: Zach Walton
Date:
Subject: Re: [GENERAL] Understanding pg_last_xlog_receive_location
Next
From: Nikolai Zhubr
Date:
Subject: Re: [GENERAL] Re: Causeless CPU load waves in backend, on windows,9.5.5 (EDB binary).