VishalPrasanna
Results
2
issues of
VishalPrasanna
The `repset_relcache_invalidate_callback()` was incorrectly freeing `entry->att_list` and `entry->row_filter` directly during cache invalidation. This is unsafe behavior, as these fields may still be needed by other functions that use the entry...
There is a Replication between two databases(`db1`, `db2`) on the same PostgreSQL instance. **Issue:** The row filter is not being applied properly while replicating data from one table to another....