-
- Downloads
There was an error fetching the commit references. Please try again later.
pg_rep_state: Reduce spinlock acquisition time for WAL receiver lookup
The spin lock related to the WAL receiver was taken for a too long time, in code paths that invoked as well catalog lookups. Reduce the acquisition to a minimum amount of time, so as nothing blows up on an overly-busy system. Spotted by Peter Geoghegan.
Please register or sign in to comment