This commit is contained in:
Lev Kokotov
2023-04-22 08:02:20 -07:00
parent 088f1a7dae
commit fd3623ff13
3 changed files with 12 additions and 4 deletions

View File

@@ -569,6 +569,8 @@ impl Server {
let code = message.get_u8() as char;
let _len = message.get_i32();
trace!("Message: {}", code);
match code {
// ReadyForQuery
'Z' => {