mirror of
https://github.com/jackc/pgx.git
synced 2025-05-28 02:02:52 +00:00
Fix grammar
This commit is contained in:
parent
e4f9108e82
commit
8cc480fc48
2
conn.go
2
conn.go
@ -1075,7 +1075,7 @@ func (c *Conn) Exec(sql string, arguments ...interface{}) (commandTag CommandTag
|
||||
// Processes messages that are not exclusive to one context such as
|
||||
// authentication or query response. The response to these messages is the same
|
||||
// regardless of when they occur. It also ignores messages that are only
|
||||
// meaningful in a given context. These messages can occur do to a context
|
||||
// meaningful in a given context. These messages can occur due to a context
|
||||
// deadline interrupting message processing. For example, an interrupted query
|
||||
// may have left DataRow messages on the wire.
|
||||
func (c *Conn) processContextFreeMsg(t byte, r *msgReader) (err error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user