Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-07-17T12:02:37Z
Lists: pgsql-hackers
> > On Tue, Jul 14, 2020 at 6:13 PM Ashutosh Bapat > <ashutosh.bapat.oss@gmail.com> wrote: > > > > Has this been added to CF, possibly next CF? > > > > I have not added yet. Request to get it done in this CF, as the final > patch for review(v3 patch) is ready and shared. We can target it to > the next CF if there are major issues with the patch. > I added this feature to the next CF - https://commitfest.postgresql.org/29/2651/ With Regards, Bharath Rupireddy. EnterpriseDB: http://www.enterprisedb.com
Commits
-
postgres_fdw: reestablish new connection if cached one is detected as broken.
- 32a9c0bdf493 14.0 landed