summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii2024-06-20 06:44:18 +0000
committerTatsuo Ishii2024-06-20 06:47:44 +0000
commitd6f5b11516887088cbfe3ca6aa712f529b01b6c9 (patch)
treec778de9a940c16894d98f6b22086a443bbd433b0 /src
parent8b8ceb7092ef9d353a057f7153e0653518af1e39 (diff)
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/context/pool_query_context.c2
1 files changed, 1 insertions, 1 deletions
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.
*/