mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
Besides being shorter and much easier to read it changes the logic in LWLockRelease() to release all shared lockers when waking up any. This can yield some significant performance improvements - and the fairness isn't really much worse than before, as we always allowed new shared lockers to jump the queue.