mirror of https://github.com/jackc/pgx.git
Remove unused code
parent
dd5de3e49e
commit
4ca7ad1207
23
messages.go
23
messages.go
|
@ -11,26 +11,9 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
backendKeyData = 'K'
|
copyData = 'd'
|
||||||
authenticationX = 'R'
|
copyFail = 'f'
|
||||||
readyForQuery = 'Z'
|
copyDone = 'c'
|
||||||
rowDescription = 'T'
|
|
||||||
dataRow = 'D'
|
|
||||||
commandComplete = 'C'
|
|
||||||
errorResponse = 'E'
|
|
||||||
noticeResponse = 'N'
|
|
||||||
parseComplete = '1'
|
|
||||||
parameterDescription = 't'
|
|
||||||
bindComplete = '2'
|
|
||||||
notificationResponse = 'A'
|
|
||||||
emptyQueryResponse = 'I'
|
|
||||||
noData = 'n'
|
|
||||||
closeComplete = '3'
|
|
||||||
flush = 'H'
|
|
||||||
copyInResponse = 'G'
|
|
||||||
copyData = 'd'
|
|
||||||
copyFail = 'f'
|
|
||||||
copyDone = 'c'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type startupMessage struct {
|
type startupMessage struct {
|
||||||
|
|
Loading…
Reference in New Issue