Dimitri Fontaine
Dimitri Fontaine
Okay. Is there a way that you can share a test-case that reproduces the problem? Maybe a schema and some data inspired from your actual database without having to leak...
> If we chose `SUBSCRIPTION` on target side then we would lose the benefit of prefetch. Sort of a tradeoff between simplicity of Logical Replication and benefits of prefetch. Which...
Not supported at the moment. I'm not sure we should implement that, though we could certainly make use of the Postgres operator for regexp comparing. Contributions accepted!
I think the problem might be that we fail to clean-up the `process` table in some cases. We might also want to TRUNCATE said table at start-up when resuming operations?
> I do not see the value of this PR. Is there any harm in setting `POSTGRES_HOST_AUTH_METHOD=trust` in a test environment? I think the idea was that we used to...
Hi @Wopf ; roles that already exist on the target are skipped entirely already, no need for extra filters, it's all automated. What happens when you try?
We could see about demoting the WARNING there to a NOTICE maybe. I'm not sure yet how easy that would be, do you want to have a look?
Can we have more information on that one? Maybe some other processes finished and removed the semaphore on the way out, but that would probably be a parent process to...
Closing this issue for triage reasons. If more work is needed, please add in more details!
I think we should move the sentinel table to the SQLite database now that we have it, there isn't a need for it to be on the source database. We...