We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1986cb1 commit 52de269Copy full SHA for 52de269
postgres-protocol/src/message/backend.rs
@@ -450,9 +450,9 @@ impl CopyDataBody {
450
}
451
452
pub struct CopyInResponseBody {
453
- storage: Bytes,
454
- len: u16,
455
format: u8,
+ len: u16,
+ storage: Bytes,
456
457
458
impl CopyInResponseBody {
@@ -504,9 +504,9 @@ impl<'a> FallibleIterator for ColumnFormats<'a> {
504
505
506
pub struct CopyOutResponseBody {
507
508
509
510
511
512
impl CopyOutResponseBody {
0 commit comments