Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Vladimir Svedov <vodevsh(at)gmail(dot)com>
Cc: Kevin Grittner <kgrittn(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer
Date: 2016-11-22 20:18:40
Message-ID: CA+TgmoZBtSONGWqD0XpGTzPpFfCDi6TNCSam-fCE+1D1qqPg3A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 22, 2016 at 5:05 AM, Vladimir Svedov <vodevsh(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-11-22 20:29:40 Re: dblink get_connect_string() passes FDW option "updatable" to the connect string, connection fails.
Previous Message Robert Haas 2016-11-22 19:55:22 Re: Logical decoding on standby