| From: | Michael Loftis <mloftis(at)wgops(dot)com> |
|---|---|
| To: | Virendra Negi <viren(dot)negi(at)teliax(dot)com> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Primary keepalive message not appearing in Logical Streaming Replication |
| Date: | 2019-09-15 14:09:13 |
| Message-ID: | CAHDg04t6zS0=+F+v+=BnFUk5HJ7+7eVArwGHy0ZAZgJhpG7nCg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Sep 13, 2019 at 07:12 Virendra Negi <viren(dot)negi(at)teliax(dot)com> wrote:
> Implemented the Logical Streaming Replication thing are working fine I see
> the XLogData message appearing and I'm able to parse them.
>
> But I haven't see any "Primary Keepalive message" yet. I had tried
> setting the *tcp_keepalive_interval*, *tcp_keepalives_idle* both from
> client runtime paramter and well as from postgresql.conf still no clue of
> it.
>
> Any information around it?
>
Both of these options are not in the Pg protocol. They are within the OS
TCP stack and are not visible to the applications at all.
>
>
>
> --
"Genius might be described as a supreme capacity for getting its possessors
into trouble of all kinds."
-- Samuel Butler
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Esteban Zimanyi | 2019-09-15 14:18:38 | Re: Extending range type operators to cope with elements |
| Previous Message | Dean Rasheed | 2019-09-15 13:17:13 | Re: BF failure: could not open relation with OID XXXX while querying pg_views |