mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
communication structure, and make it its own module with its own lock. This should reduce contention at least a little, and it definitely makes the code seem cleaner. Per my recent proposal.