mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-13 17:10:39 +00:00
remove todo
This commit is contained in:
@@ -607,8 +607,7 @@ impl ProposerAcceptorMessage {
|
||||
}
|
||||
_ => bail!("unknown proposer-acceptor message tag: {}", tag),
|
||||
}
|
||||
// TODO remove proto_version == 3 after converting all msgs
|
||||
} else if proto_version == SK_PROTO_VERSION_2 || proto_version == SK_PROTO_VERSION_3 {
|
||||
} else if proto_version == SK_PROTO_VERSION_2 {
|
||||
// xxx using Reader is inefficient but easy to work with bincode
|
||||
let mut stream = msg_bytes.reader();
|
||||
// u64 is here to avoid padding; it will be removed once we stop packing C structs into the wire as is
|
||||
|
||||
Reference in New Issue
Block a user