Re: pglogical - logical replication contrib module

Поиск
Список
Период
Сортировка
От Steve Singer
Тема Re: pglogical - logical replication contrib module
Дата
Msg-id 569073DC.8000303@ssinger.info
обсуждение исходный текст
Ответ на pglogical - logical replication contrib module  (Petr Jelinek <petr@2ndquadrant.com>)
Список pgsql-hackers
On 12/31/2015 06:34 PM, Petr Jelinek wrote:
> Hi,
>
> I'd like to submit the replication solution which is based on the
> pglogical_output [1] module (which is obviously needed for this to
> compile).
>

Hi,

make check  gives me


for extra in ../../contrib/pglogical_output contrib/pglogical; do make
-C '../..'/$extra DESTDIR='/usr/local/src/postgresql'/tmp_install
install >>'/usr/local/src/postgresql'/tmp_install/log/install.log ||
exit; done
make[1]: *** ../../../../contrib/pglogical_output: No such file or
directory.  Stop.
../../src/Makefile.global:325: recipe for target 'temp-install' failed
make: *** [temp-install] Error 2
ssinger@ssinger-laptop:/usr/local/src/postgresql/contrib/pglogical$

The attached patch fixes that but it then is creating the test database
'contrib_regression' not 'regression'
changing pglogical.provider_dsn = 'contrib_regression' still leaves me
with a lot of failures.



Вложения

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

Предыдущее
От: Vitaly Burovoy
Дата:
Сообщение: Re: New feature "... ALTER CONSTRAINT ... VERIFY USING INDEX"
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: New feature "... ALTER CONSTRAINT ... VERIFY USING INDEX"