mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 21:50:37 +00:00
proxy: add more missing warm logging (#7133)
## Problem There is one more missing thing about cached connections for `cold_start_info`. ## Summary of changes Fix and add comments.
This commit is contained in:
@@ -84,6 +84,7 @@ impl PoolingBackend {
|
||||
};
|
||||
|
||||
if let Some(client) = maybe_client {
|
||||
info!("cold_start_info=warm");
|
||||
ctx.set_cold_start_info(ColdStartInfo::Warm);
|
||||
return Ok(client);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user