pg_prioritize
pg_prioritize copied to clipboard
Guard against race conditions
Accessing proc without having a lock is unsafe, because the entry that it points to might be reused.
This also adds an editorconfig file, to make github and editors display the code better.