Re: Terminate the idle sessions - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Terminate the idle sessions
Date
Msg-id CAKFQuwbeHUXspoU4Z7OKOEnhAogUVQJ=2ZXqGvym-k72qhfBPA@mail.gmail.com
Whole thread Raw
In response to Re: Terminate the idle sessions  (Li Japin <japinli@hotmail.com>)
Responses Re: Terminate the idle sessions  (Li Japin <japinli@hotmail.com>)
List pgsql-hackers
On Mon, Nov 23, 2020 at 11:22 PM Li Japin <japinli@hotmail.com> wrote:

How about use “foreign-data wrapper” replace “postgres_fdw”?

I don't see much value in avoiding mentioning that specific term - my proposal turned it into an example instead of being exclusive.


-         This parameter should be set to zero if you use some connection-pooling software,
-         or pg servers used by postgres_fdw, because connections might be closed unexpectedly.
+         This parameter should be set to zero if you use connection-pooling software,
+         or <productname>PostgreSQL</productname> servers connected to using foreign-data
+         wrapper, because connections might be closed unexpectedly.
         </para>

Maybe:

+ or your PostgreSQL server receives connection from postgres_fdw or similar middleware.
+ Such software is expected to self-manage its connections.
David J.

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: bug in pageinspect's "tuple data" feature
Next
From: Matthias van de Meent
Date:
Subject: Re: [patch] CLUSTER blocks scanned progress reporting