From 0abfc72f1cd959046332bbefc430a4a9235c1d8b Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Mon, 31 Jul 2023 14:15:26 -0400 Subject: [PATCH] Revert postgres prewarming --- compute_tools/src/bin/compute_ctl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute_tools/src/bin/compute_ctl.rs b/compute_tools/src/bin/compute_ctl.rs index 9d15a203e5..f6d9c602ca 100644 --- a/compute_tools/src/bin/compute_ctl.rs +++ b/compute_tools/src/bin/compute_ctl.rs @@ -198,7 +198,7 @@ fn main() -> Result<()> { // this compute node while it's busy prewarming. It's not too // bad because it's just 100ms and unlikely, but it's an // avoidable problem. - compute.prewarm_postgres()?; + // compute.prewarm_postgres()?; let mut state = compute.state.lock().unwrap(); while state.status != ComputeStatus::ConfigurationPending {