Re: Subscription tests fail under CLOBBER_CACHE_ALWAYS
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-05-19T05:21:21Z
Lists: pgsql-hackers
On Wed, May 19, 2021 at 10:35 AM Michael Paquier <michael@paquier.xyz> wrote: > > On Wed, May 19, 2021 at 10:26:28AM +0530, Amit Kapila wrote: > > How about moving AfterTriggerEndQuery() to apply_handle_*_internal > > calls? That way, we might not even need to change Push/Pop calls. > > Isn't that going to be a problem when a tuple is moved to a new > partition in the tuple routing? > Right, it won't work. -- With Regards, Amit Kapila.
Commits
-
Be more verbose when the postmaster unexpectedly quits.
- bc2a389efb3b 14.0 landed
-
Fix access to no-longer-open relcache entry in logical-rep worker.
- b39630fd41f2 14.0 landed
- 5b4791b4580e 13.4 landed