2
0

It should all be unsigned.

This commit is contained in:
Kris Wehner
2016-12-08 15:26:44 -08:00
parent 14497e4c65
commit 2b096a7d08
2 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func TestSimpleReplicationConnection(t *testing.T) {
i = 0
var foundTimes []int64
var foundCount int
var maxWal int64
var maxWal uint64
for {
var message *pgx.ReplicationMessage