mirror of https://github.com/jackc/pgx.git
spelling: successfully, compatibility
parent
62a7e19a04
commit
516300aabf
|
@ -54,7 +54,7 @@ type Conn interface {
|
||||||
// Flush flushes any buffered writes.
|
// Flush flushes any buffered writes.
|
||||||
Flush() error
|
Flush() error
|
||||||
|
|
||||||
// BufferReadUntilBlock reads and buffers any sucessfully read bytes until the read would block.
|
// BufferReadUntilBlock reads and buffers any successfully read bytes until the read would block.
|
||||||
BufferReadUntilBlock() error
|
BufferReadUntilBlock() error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -196,7 +196,7 @@ func (b *Backend) Receive() (FrontendMessage, error) {
|
||||||
case AuthTypeCleartextPassword, AuthTypeMD5Password:
|
case AuthTypeCleartextPassword, AuthTypeMD5Password:
|
||||||
fallthrough
|
fallthrough
|
||||||
default:
|
default:
|
||||||
// to maintain backwards compatability
|
// to maintain backwards compatibility
|
||||||
msg = &PasswordMessage{}
|
msg = &PasswordMessage{}
|
||||||
}
|
}
|
||||||
case 'Q':
|
case 'Q':
|
||||||
|
|
Loading…
Reference in New Issue