Partial conversion of pgx to use pgconn
This commit is contained in:
+1
-1
@@ -668,7 +668,7 @@ func BenchmarkMultipleQueriesBatch(b *testing.B) {
|
||||
)
|
||||
}
|
||||
|
||||
err := batch.Send(context.Background(), nil)
|
||||
err := batch.Send(context.Background())
|
||||
if err != nil {
|
||||
b.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user