2
0

Import fixes from pgx/pgproto3

Import and adapt commit: fbb8cce
This commit is contained in:
Jack Christensen
2019-05-03 14:07:55 -05:00
parent c116219b62
commit 4acc0f54c6
3 changed files with 11 additions and 13 deletions
-3
View File
@@ -14,7 +14,6 @@ type Backend struct {
// Frontend message flyweights
bind Bind
_close Close
copyFail CopyFail
describe Describe
execute Execute
flush Flush
@@ -81,8 +80,6 @@ func (b *Backend) Receive() (FrontendMessage, error) {
msg = &b.describe
case 'E':
msg = &b.execute
case 'f':
msg = &b.copyFail
case 'H':
msg = &b.flush
case 'P':