Re: libpq heartbeat

From: Francisco Olarte <folarte(at)peoplecall(dot)com>
To: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
Cc: Marcin Giedz <marcin(dot)giedz(at)arise(dot)pl>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: libpq heartbeat
Date: 2016-10-27 15:49:02
Message-ID: CA+bJJbxCytAgU4oAZynpWnhgWQyfH+RWRcxsxFuGTThY6ag=TQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Oct 27, 2016 at 5:01 PM, hubert depesz lubaczewski
<depesz(at)depesz(dot)com> wrote:
> On Thu, Oct 27, 2016 at 04:43:55PM +0200, Marcin Giedz wrote:
...
>> I'm wondering if there is any natural implementation of heartbeats in
>> libpq library?
...

> check tcp_keepalives_* in postgresql.conf

Isn't this a server setting, and so going to affect every connection,
being it from the (affected) libpq connections or from other sources (
like jdbc, although he may want keepalives for those too )?

Francisco Olarte.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Rivera 2016-10-27 15:57:19 Escape variable
Previous Message Melvin Davidson 2016-10-27 15:03:43 Re: Remove Standby (SLAVE) from Primary (MASTER) - Postgres9.1