Re: postgres_fdw and connection management - Mailing list pgsql-hackers

From Shigeru Hanada
Subject Re: postgres_fdw and connection management
Date
Msg-id CAEZqfEfQrFPE7GzywP6DjuWhTP9GY6nny8giOJdymtjXQyHgog@mail.gmail.com
Whole thread Raw
In response to Re: postgres_fdw and connection management  (Sandro Santilli <strk@keybit.net>)
Responses Re: postgres_fdw and connection management  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Re: postgres_fdw and connection management  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
2014-05-24 0:09 GMT+09:00 Sandro Santilli <strk@keybit.net>:
> Indeed I tried "DISCARD ALL" in hope it would have helped, so I find
> good your idea of allowing extensions to register an hook there.
>
> Still, I'd like the FDW handler itself to possibly be configured
> to disable the pool completely as a server-specific configuration.

Connection management seems FDW-specific feature to me.  How about to
add FDW option, say pool_connection=true|false, to postgres_fdw which
allows per-server configuration?

--
Shigeru HANADA



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: popen and pclose redefinitions causing many warning in Windows build
Next
From: Robert Haas
Date:
Subject: Re: fix worker_spi to run as non-dynamic background worker