From b645a3ede645456f345f5e05c4d30d75c1c2da2f Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Thu, 20 Jun 2024 15:44:18 +0900 Subject: [PATCH] Fix typo in comment. --- src/context/pool_query_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/pool_query_context.c b/src/context/pool_query_context.c index eea355425..ed055ec88 100644 --- a/src/context/pool_query_context.c +++ b/src/context/pool_query_context.c @@ -419,7 +419,7 @@ pool_virtual_main_db_node_id(void) } /* - * No query context exists. If in native replication mode, returns primary node + * No query context exists. If in streaming replication mode, returns primary node * if exists. Otherwise returns my_main_node_id, which represents the * last REAL_MAIN_NODE_ID. */ -- 2.39.5