mirror of https://github.com/jackc/pgx.git
changed style of two comments
parent
0290507ff2
commit
10e11952bd
|
@ -39,9 +39,7 @@ type Backend struct {
|
|||
terminate Terminate
|
||||
|
||||
bodyLen int
|
||||
maxBodyLen int
|
||||
// maxBodyLen is the maximum length of a message body in octets.
|
||||
// If a message body exceeds this length, Receive will return an error.
|
||||
maxBodyLen int // maxBodyLen is the maximum length of a message body in octets. If a message body exceeds this length, Receive will return an error.
|
||||
msgType byte
|
||||
partialMsg bool
|
||||
authType uint32
|
||||
|
|
|
@ -54,9 +54,7 @@ type Frontend struct {
|
|||
portalSuspended PortalSuspended
|
||||
|
||||
bodyLen int
|
||||
maxBodyLen int
|
||||
// maxBodyLen is the maximum length of a message body in octets.
|
||||
// If a message body exceeds this length, Receive will return an error.
|
||||
maxBodyLen int // maxBodyLen is the maximum length of a message body in octets. If a message body exceeds this length, Receive will return an error.
|
||||
msgType byte
|
||||
partialMsg bool
|
||||
authType uint32
|
||||
|
|
Loading…
Reference in New Issue