Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error messages created by new locking mechanisms #31

Merged
merged 4 commits into from
Apr 4, 2018

Conversation

timopollmeier
Copy link
Member

The first commit should fix the file not found errors from #29 and the second one will log failed
PostgreSQL locking attempts only at the debug level.

If there is more than one process using the file lock, deleting the file
can fail if a process tries to do so after another process has already
deleted the file after unlocking.
Because non-blocking table lock statements are expected to fail in
normal operation sql_exec_internal will only output a debug message if
an error in sql_exec_internal has the "lock_unavailable" state.
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.

2 participants