On Tue, Apr 1, 2025 at 6:53 AM Hayato Kuroda (Fujitsu) <kuroda.hay...@fujitsu.com> wrote: >
With respect to 0001, can't this problem happen for the following case as well? # Recovery conflict: Invalidate conflicting slots, including in-use slots # Scenario 5: conflict due to on-access pruning. You have not added any injection point for the above case. Isn't it possible that if running_xact record is logged concurrently to the pruning record, it should move the active slot on standby, and the same failure should occur in this case as well? -- With Regards, Amit Kapila.