Re: Spinlock is missing when updating two_phase of ReplicationSlot - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: Spinlock is missing when updating two_phase of ReplicationSlot
Date
Msg-id CAD21AoDN5GbpVEq1G6XaTnSSm8RJhvpHZw+ntGhoxqywB4cxTA@mail.gmail.com
Whole thread Raw
In response to Re: Spinlock is missing when updating two_phase of ReplicationSlot  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Thu, Jan 12, 2023 at 1:42 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Wed, Jan 11, 2023 at 02:36:17PM +0900, Michael Paquier wrote:
> > Looks right to me, the paths updating the data related to the slots
> > are careful about that, even when it comes to fetching a slot from
> > MyReplicationSlot.  I have been looking around the slot code to see if
> > there are other inconsistencies, and did not notice anything standing
> > out.  Will fix..
>
> And done, thanks!

Thank you!

Regards,

-- 
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Perform streaming logical transactions by background workers and parallel apply
Next
From: Noah Misch
Date:
Subject: Re: allowing for control over SET ROLE