Skip to content

Commit 458e746

Browse files
committed
Remove CopyOutResponse case
You can't cncel a CopyOut.
1 parent 2b7323c commit 458e746

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,7 @@ impl InnerConnection {
799799
})
800800
.collect());
801801
}
802-
CopyInResponse { .. } |
803-
CopyOutResponse { .. } => {
802+
CopyInResponse { .. } => {
804803
try!(self.write_messages(&[CopyFail {
805804
message: "COPY queries cannot be directly \
806805
executed",

0 commit comments

Comments
 (0)