Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer - Mailing list pgsql-hackers

From Robert Haas
Subject Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer
Date
Msg-id CA+TgmoZBtSONGWqD0XpGTzPpFfCDi6TNCSam-fCE+1D1qqPg3A@mail.gmail.com
Whole thread Raw
In response to Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer  (Vladimir Svedov <vodevsh@gmail.com>)
Responses Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer
List pgsql-hackers
On Tue, Nov 22, 2016 at 5:05 AM, Vladimir Svedov <vodevsh@gmail.com> wrote:
> Hi,
> Sorry - tried to reproduce on other machine and gather all statements. And
> failed
> Installed 9.3 (which has those symptoms) and still can't reproduce.
> Must be platform specific, not version

Probably the foreign server isn't configured properly, and points to a
host/port to that resets the connection when you attempt to connect to
it.

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Logical decoding on standby
Next
From: Tom Lane
Date:
Subject: Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails.