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

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer
Дата
Msg-id CACjxUsMav9wbg7mdw8N-0xUockT8TMYZF_z5kf2dBut4NbOCBg@mail.gmail.com
обсуждение исходный текст
Ответ на postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer  (Vladimir Svedov <vodevsh@gmail.com>)
Ответы Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer
Список pgsql-hackers
On Mon, Nov 21, 2016 at 8:32 AM, Vladimir Svedov <vodevsh@gmail.com> wrote:

> I have this question. Looked for a help on http://dba.stackexchange.com/
> No success.

A link to the actual question would be appreciated.

> "FOREIGN_TABLE" created with postgres_fdw. LOCAL_TABLE is just a local table...
>
> Symptoms:
>
> I run in psql query SELECT * from FOREIGN_TABLE. No log generated
> I run in bash psql -c "SELECT * from LOCAL_TABLE". No log generated
> I run in bash psql -c "SELECT * from FOREIGN_TABLE". ::LOG: could not receive data from client: Connection reset by
peergenerated in postgres log
 

Please provide more information, and preferably a self-contained
test case (one that anyone can run on an empty database to see the
problem).

https://wiki.postgresql.org/wiki/Guide_to_reporting_problems

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Fun fact about autovacuum and orphan temp tables
Следующее
От: Robert Haas
Дата:
Сообщение: Re: WIP: multivariate statistics / proof of concept