-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Asynchronous sendStatus(), pass WAL position to handler, fix plugin a…
…rgs etc (#2) * Remove vendor folder * don't drop the replication slot * Fix pluginArgs * relation: change to pointer, add Get(), fix sendStatus() * pass wal position to handler * send status messages async, fix example, other stuff * Fix test * revert timeouts * Add Flush() function. By default send status msgs only with write walPos * Add walRetain option * Take manual flushes into account * check for nil message * make relation non-pointer, fix misc * fix relation Get * add relation.IsEmpty() * change relation.Get * Cosmetic changes * Add connInfo to NewRelationSet(), fail on handler knob, cleanups for PR
- Loading branch information
1 parent
516819d
commit 6f49f4f
Showing
5 changed files
with
164 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters