From: Tatsuo Ishii Date: Thu, 20 Jun 2024 06:44:18 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: V4_2_18~13 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=4b9e2c7943c4c0c6bb95e2f6adb3ae0b62105137;p=pgpool2.git Fix typo in comment. --- diff --git a/src/context/pool_query_context.c b/src/context/pool_query_context.c index c2dfe6e55..8d547f2d8 100644 --- a/src/context/pool_query_context.c +++ b/src/context/pool_query_context.c @@ -404,7 +404,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. */