[BUGS] BUG #14669: logical replication isn't working

Поиск
Список
Период
Сортировка
От ineyman@perceptron.com
Тема [BUGS] BUG #14669: logical replication isn't working
Дата
Msg-id 20170524173644.1440.53348@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14669
Logged by:          Igor Neyman
Email address:      ineyman@perceptron.com
PostgreSQL version: 10beta1
Operating system:   Windows
Description:

Installed 10BETA1 which I downloaded from EnterpriseDB. Can't make logical
replication working.

Created Publication on “source” PG server just fine, but when I’m trying to
CREATE SUBSCRIPTION… on “destination” server, I’m getting:

“ERROR: could not connect to the publisher: could not send data to server:
Socket is not connected (0x00002749/10057) could not send SSL negotiation
packet: Socket is not connected (0x00002749/10057) SQL state: XX000”

In order to verify that connection works between “destination” and “source”
servers: 
I created Postgres_fdw extension on “destination” server, 
then I created server “fdw_server” foreign data wrapper postgres_fdw with
the same connection options that I’m using when I’m trying to CREATE
SUBSCRIPTION, 
and it works fine: using this server (fdw_server) I can create foreign
tables to access tables on the “source” server, and see select from these
foreign tables.
So, it looks like a problem with logical replication and not with my
setup/configuration.



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [BUGS] Can't restore view with pg_restore
Следующее
От: Amit Langote
Дата:
Сообщение: Re: [BUGS] BUG #14666: Question on money type as the key ofpartitioned table