2
0

Remove CPU wasting empty default statement

fixes #39
This commit is contained in:
Jack Christensen
2020-05-23 11:47:42 -05:00
parent 2ccb66fe21
commit 8c33aa2443
-1
View File
@@ -1151,7 +1151,6 @@ func (pgConn *PgConn) CopyFrom(ctx context.Context, r io.Reader, sql string) (Co
default:
signalMessageChan = pgConn.signalMessage()
}
default:
}
}
close(abortCopyChan)