Arunprasad Rajkumar

Results 92 comments of Arunprasad Rajkumar

@dimitri Let's close this. It has been accomplished by https://github.com/dimitri/pgcopydb/pull/849

@dpunkturban Could you please share the schema of the problematic table?

Let me fix matchers/registry.Configure as well.

@fabriziomello Thanks for reviewing this PR. I've addressed your concerns, PTAL.

@hanefi Looks like this PR and https://github.com/dimitri/pgcopydb/pull/883 addresses same issue? As mentioned in the PR #883, this is not a problem in the plugin, instead the logic from ld_transform which...

@dimitri, Sorry if I'm not clear, the problem is not propagation of DDL to target, but doing drop/recreation of matview causes INSERT DML message on the matview which is causing...

I managed to reproduce with `REFRESH MATERIALIZED VIEW CONCURRENTLY`, without doing any DDL on the matview. ``` CREATE TABLE IF NOT EXISTS "metrics"( id BIGINT, "time" timestamp with time zone...

@dimitri Do you think the above scenario is a valid usecase and need to be addressed in pgcopydb?

@dverite Could you please try the suggestion from https://github.com/dimitri/pgcopydb/issues/773#issuecomment-2139093365? i.e Modify the tcp keep alive GUC on the target Postgres? ``` alter system set tcp_keepalives_count=60 alter system set tcp_keepalives_idle=10 alter...

@alessio-form3 Is it possible to share the logs from the target instance during the problematic scenario?