mirror of
https://github.com/jackc/pgx.git
synced 2025-07-13 15:48:50 +00:00
Remove unused Batch.resultsRead
This commit is contained in:
parent
187157e773
commit
044a55ad2c
9
batch.go
9
batch.go
@ -18,11 +18,10 @@ type batchItem struct {
|
||||
// Batch queries are a way of bundling multiple queries together to avoid
|
||||
// unnecessary network round trips.
|
||||
type Batch struct {
|
||||
conn *Conn
|
||||
items []*batchItem
|
||||
resultsRead int
|
||||
ctx context.Context
|
||||
err error
|
||||
conn *Conn
|
||||
items []*batchItem
|
||||
ctx context.Context
|
||||
err error
|
||||
|
||||
mrr *pgconn.MultiResultReader
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user