Skip to content

Guard against race conditions#2

Open
JelteF wants to merge 2 commits intoschmiddy:masterfrom
citusdata:better-locking
Open

Guard against race conditions#2
JelteF wants to merge 2 commits intoschmiddy:masterfrom
citusdata:better-locking

Conversation

@JelteF
Copy link
Copy Markdown

@JelteF JelteF commented Sep 7, 2021

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.

This way Github knows how to display tabs correctly. Without it
indentation is a mess and it's very hard to read the code.
Accessing proc without having a lock is unsafe, because the entry that
it points to might be reused.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant