pgsql: Fix stale values in partition map entries on subscribers.

2022-06-21 Thread Amit Kapila
Fix stale values in partition map entries on subscribers. We build the partition map entries on subscribers while applying the changes for update/delete on partitions. The component relation in each entry is closed after its use so we need to update it on successive use of cache entries. This pro

pgsql: Fix stale values in partition map entries on subscribers.

2022-06-21 Thread Amit Kapila
Fix stale values in partition map entries on subscribers. We build the partition map entries on subscribers while applying the changes for update/delete on partitions. The component relation in each entry is closed after its use so we need to update it on successive use of cache entries. This pro

pgsql: Fix stale values in partition map entries on subscribers.

2022-06-21 Thread Amit Kapila
Fix stale values in partition map entries on subscribers. We build the partition map entries on subscribers while applying the changes for update/delete on partitions. The component relation in each entry is closed after its use so we need to update it on successive use of cache entries. This pro