You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defer locking the lease until end of postgres transaction (#37911)
`SELECT FOR SHARE` is implemented using a blocking lock.
However we would like to allow newly loaded databases to steal the lease instead of blocking,
so let's try to make the length of the critical section shorter.
GitOrigin-RevId: a4ec408c15e7b69e2ecfba5b9496c6bf13f4951e
0 commit comments