summary refs log tree commit diff
path: root/test_postgresql.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-22Improve error msg when key-fetch fails (#5896)Richard van der Hoff2-5/+8
There's no point doing a raise_from here, because the exception is always logged at warn with no stacktrace in the caller. Instead, let's try to give better messages to reduce confusion. In particular, this means that we won't log 'Failed to connect to remote server' when we don't even attempt to connect to the remote server due to blacklisting.
2019-08-21Drop some unused tables. (#5893)Richard van der Hoff4-47/+23
These tables are never used, so we may as well drop them.