Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove canceled bgw jobs from test output
When a background worker is canceled by 'select delete_job()' the following log message is printed: NOTICE: cancelling the background worker for job However, this log message is not deterministic and breaks our CI checks. So, this patch removes the log message from the test output to make the regression checks more deterministic.
- Loading branch information