pgsql: Fix data inconsistency between publisher and subscriber.

2022-06-15 Thread Amit Kapila
Fix data inconsistency between publisher and subscriber. We were not updating the partition map cache in the subscriber even when the corresponding remote rel is changed. Due to this data was getting incorrectly replicated for partition tables after the publisher has changed the table schema. Fix

pgsql: Fix data inconsistency between publisher and subscriber.

2022-06-15 Thread Amit Kapila
Fix data inconsistency between publisher and subscriber. We were not updating the partition map cache in the subscriber even when the corresponding remote rel is changed. Due to this data was getting incorrectly replicated for partition tables after the publisher has changed the table schema. Fix

pgsql: Fix data inconsistency between publisher and subscriber.

2022-06-15 Thread Amit Kapila
Fix data inconsistency between publisher and subscriber. We were not updating the partition map cache in the subscriber even when the corresponding remote rel is changed. Due to this data was getting incorrectly replicated for partition tables after the publisher has changed the table schema. Fix