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

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Vladimir Svedov <vodevsh(at)gmail(dot)com>
Cc: pgsql-hackers <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-23 18:16:11
Message-ID: CAMkU=1w5p6GCEQFvcN_KcDXr2qVb4BhRt5SkH6ehBYoS1uD8bg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 21, 2016 at 6:32 AM, Vladimir Svedov <vodevsh(at)gmail(dot)com> wrote:

> Hi,
> I have this question. Looked for a help on http://dba.stackexchange.com/
> No success.
> Maybe you can answer?..
> Thank you in advance
>
>
> "FOREIGN_TABLE" created with postgres_fdw. LOCAL_TABLE is just a local
> table...
>
> Symptoms:
>
> 1. I run in psql query SELECT * from FOREIGN_TABLE. No log generated
> 2. I run in bash psql -c "SELECT * from LOCAL_TABLE". No log generated
> 3. I run in bash psql -c "SELECT * from FOREIGN_TABLE". ::LOG: could
> not receive data from client: Connection reset by peer generated in
> postgres log
>
>
Which server log file is this generated in, the local or the foreign?
Whichever it is, is there an entry in the logfile for the other server
which seems to match up to this one? That may have more useful details.

Cheers,

Jeff

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2016-11-23 18:32:38 Re: [bugfix] commit timestamps ERROR on lookup of FrozenTransactionId
Previous Message Karl O. Pinc 2016-11-23 18:04:13 Re: Patch to implement pg_current_logfile() function