[HACKERS] [patch] Build pgoutput with MSVC

Поиск
Список
Период
Сортировка
От MauMau
Тема [HACKERS] [patch] Build pgoutput with MSVC
Дата
Msg-id E4978C3DF3524C03A6729DD1BDC723A9@tunaPC
обсуждение исходный текст
Ответы Re: [HACKERS] [patch] Build pgoutput with MSVC  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
    Hello,

I tried logical replication on Windows, but it failed like this:

postgres=# create subscription mysub connection 'host=localhost
port=5433 user=tuna dbname=postgres' publication mypub with (nocopy
data);
NOTICE:  synchronized table states
ERROR:  could not create replication slot "mysub": ERROR:  could not
access file "pgoutput": No such file or directory
postgres=#

The pgoutput is not built with MSVC.  The attached patch fixes this.
I confirmed that a few INSERTs were replicated correctly.

Should I add this matter in the PostgreSQL 10 Open Items page?

Regards
MauMau

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

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] logical replication and PANIC during shutdowncheckpoint in publisher
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] [patch] Build pgoutput with MSVC