From: | Euler Taveira <euler(at)timbira(dot)com(dot)br> |
---|---|
To: | a(dot)kondratov(at)postgrespro(dot)ru |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Suzuki Hironobu <hironobu(at)interdb(dot)jp> |
Subject: | Re: row filtering for logical replication |
Date: | 2019-09-01 00:31:52 |
Message-ID: | CAHE3wggMhjZn2wujWO6JVxu1W5NGd=EO2cr+FyMhRY5ga1++Hg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Em ter, 27 de ago de 2019 às 18:10, <a(dot)kondratov(at)postgrespro(dot)ru> escreveu:
>
> Do you have any plans for continuing working on this patch and
> submitting it again on the closest September commitfest? There are only
> a few days left. Anyway, I will be glad to review the patch if you do
> submit it, though I didn't yet dig deeply into the code.
>
Sure. See my last email to this thread. I appreciate if you can review it.
> Although almost all new tests are passed, there is a problem with DELETE
> replication, so 1 out of 10 tests is failed. It isn't replicated if the
> record was created with is_cloud=TRUE on cloud, replicated to remote;
> then updated with is_cloud=FALSE on remote, replicated to cloud; then
> deleted on remote.
>
That's because you don't include is_cloud in PK or REPLICA IDENTITY. I
add a small note in docs.
--
Euler Taveira Timbira -
http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2019-09-01 02:51:18 | Re: [DOC] Document auto vacuum interruption |
Previous Message | Euler Taveira | 2019-09-01 00:28:16 | Re: row filtering for logical replication |