Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix syntax for getting postgres peer in Walheartbeat (#1901)
Syntax error with "ON" usage in ``` WHERE p.type = $1 AND EXISTS(SELECT * FROM flows f ON p.id = f.source_peer) ``` should be WHERE functionally tested
- Loading branch information