Re: Re: [COMMITTERS] pgsql: Perform only one ReadControlFile() during startup.
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-09-18T16:16:42Z
Lists: pgsql-hackers
On Mon, Sep 18, 2017 at 6:32 AM, Andres Freund <andres@anarazel.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
Commits
-
Add test for postmaster crash restarts.
- a1924a4ea293 11.0 landed
-
Fix crash restart bug introduced in 8356753c212.
- ec9e05b3c392 11.0 landed
-
Perform only one ReadControlFile() during startup.
- 8356753c212a 11.0 cited