From 7aaaa8421932da0c5ac1901a6f8ec139ad4a2067 Mon Sep 17 00:00:00 2001 From: felipe stival <14948182+v0idpwn@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:43:57 -0300 Subject: [PATCH] fix: improve wording about transaction pooler (#38290) Remove the implication that the pool is prewarmed. After a time if inactivity, the pool is automatically stopped, so it may be cold. --- apps/studio/components/interfaces/Connect/ConnectionPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio/components/interfaces/Connect/ConnectionPanel.tsx b/apps/studio/components/interfaces/Connect/ConnectionPanel.tsx index a4431644a0a33..12f83c33319a4 100644 --- a/apps/studio/components/interfaces/Connect/ConnectionPanel.tsx +++ b/apps/studio/components/interfaces/Connect/ConnectionPanel.tsx @@ -199,7 +199,7 @@ export const ConnectionPanel = ({
{type === 'transaction' - ? 'Pre-warmed connection pool to Postgres' + ? 'Clients share a connection pool' : 'Each client has a dedicated connection to Postgres'}