2
0

Improve replication test reliability

It was failing intermittently when run concurrently.
This commit is contained in:
Jack Christensen
2017-03-11 11:17:51 -06:00
parent 8162634259
commit 6c26c3a4a3
3 changed files with 38 additions and 44 deletions
+2
View File
@@ -122,6 +122,8 @@ Change the following settings in your postgresql.conf:
max_wal_senders=5
max_replication_slots=5
Set `replicationConnConfig` appropriately in `conn_config_test.go`.
## Version Policy
pgx follows semantic versioning for the documented public API on stable releases. Branch `v2` is the latest stable release. `master` can contain new features or behavior that will change or be removed before being merged to the stable `v2` branch (in practice, this occurs very rarely).