github.com/jackc/pgx/v5/pgconn.ResultReader.Close (method)

7 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1685: 	br.CommandTag, br.Err = rr.Close()
		pgconn.go#L1733: func (rr *ResultReader) Close() (CommandTag, error) {
		pgconn.go#L2529: 		_, err := p.conn.resultReader.Close()

	github.com/jackc/pgx/v5
		batch.go#L154: 	commandTag, err := br.mrr.ResultReader().Close()
		batch.go#L316: 		commandTag, br.err = results.Close()
		conn.go#L590: 		commandTag, _ = mrr.ResultReader().Close()
		rows.go#L160: 		rows.commandTag, closeErr = rows.resultReader.Close()