diff options
author | Tatsuo Ishii | 2024-06-20 06:44:18 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2024-06-20 06:47:44 +0000 |
commit | d6f5b11516887088cbfe3ca6aa712f529b01b6c9 (patch) | |
tree | c778de9a940c16894d98f6b22086a443bbd433b0 /src | |
parent | 8b8ceb7092ef9d353a057f7153e0653518af1e39 (diff) |
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/context/pool_query_context.c | 2 |
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. */ |