Re: Re: [COMMITTERS] pgsql: Perform only one ReadControlFile() during startup.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Perform only one ReadControlFile() during startup.
Date: 2017-09-18 16:16:42
Message-ID: CA+TgmoYAPTmm1ZhvOb+iuJxsxWdXiO5LtcLFsMRQxHa8LpVxWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Mon, Sep 18, 2017 at 6:32 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> One thing that I've noticed for a while, but that I was reminded of
> again here. We very frequently allow psql to reconnect in case of crash,
> just for postmaster to notice a child has gone and kill that session. I
> don't recall that frequently happening, but these days it happens nearly
> every time.

I don't understand what you're talking about here.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-09-18 16:55:20 Re: Re: [COMMITTERS] pgsql: Perform only one ReadControlFile() during startup.
Previous Message Tom Lane 2017-09-18 15:40:08 pgsql: Fix, or at least ameliorate, bugs in logicalrep_worker_launch().

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-09-18 16:30:44 Re: parallel.c oblivion of worker-startup failures
Previous Message Robert Haas 2017-09-18 16:12:12 Re: Reporting query on crash even if completed