Re: Subscription test 013_partition.pl fails under CLOBBER_CACHE_ALWAYS
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-09-16T05:53:16Z
Lists: pgsql-hackers
On Wed, Sep 16, 2020 at 9:41 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > Amit Kapila <amit.kapila16@gmail.com> writes: > > So, can we assume that the current code can only cause the problem in > > CCA builds bot not in any practical scenario because after having a > > lock on relation probably there shouldn't be any invalidation which > > leads to this problem? > > > In short: the value of CCA testing is to model sinval overruns > happening at any point where they could happen. The real-world > odds of one happening at any given instant are low, but they're > never zero. > Thanks for the explanation. I have read your patch and it looks good to me. -- With Regards, Amit Kapila.
Commits
-
Fix bogus cache-invalidation logic in logical replication worker.
- d6d70f89a6f9 10.15 landed
- 8580631ff77c 12.5 landed
- 3e3f8f20206c 13.0 landed
- 3d65b0593c55 14.0 landed
- 2c74f7139edd 11.10 landed