This commit is contained in:
Bojan Serafimov
2023-06-09 09:57:06 -04:00
parent ab23e28768
commit 4756dcd0cc
2 changed files with 5 additions and 8 deletions

View File

@@ -915,8 +915,7 @@ where
self.handle_basebackup_request(pgb, tenant_id, timeline_id, lsn, None, false, ctx)
.await?;
pgb.write_message_noflush(&BeMessage::CommandComplete(b"SELECT 1"))?;
}
else if query_string.starts_with("set_compute_spec_id ") {
} else if query_string.starts_with("set_compute_spec_id ") {
let (_, params_raw) = query_string.split_at("set_compute_spec_id ".len());
let params = params_raw.split_whitespace().collect::<Vec<_>>();