From 346b500907ea13e8f0e46f1dfabd91aa8b419d6c Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Mon, 24 Aug 2026 13:57:15 +0530 Subject: [PATCH] docs: fix typo implmentation -> implementation --- contrib/interconnect/proxy/README.ic-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/interconnect/proxy/README.ic-proxy.md b/contrib/interconnect/proxy/README.ic-proxy.md index 3b9eb09a4d5..6f666f277e0 100644 --- a/contrib/interconnect/proxy/README.ic-proxy.md +++ b/contrib/interconnect/proxy/README.ic-proxy.md @@ -367,7 +367,7 @@ all of these. #### spike: reuse domain socket connections -In current implmentation the domain socket connections are established in +In current implementation the domain socket connections are established in `SetupInterconnect()` and closed in `TeardownInterconnect()`. For OLTP queries it adds a significant overhead doing the connecting and registering logic. In fact we are able to cache these connections, we only need to re-register on