public inbox for [email protected]  
help / color / mirror / Atom feed
Fix comment for read_kind_from_backend
2+ messages / 1 participants
[nested] [flat]

* Fix comment for read_kind_from_backend
@ 2026-05-28 23:20 Tatsuo Ishii <[email protected]>
  2026-06-05 04:44 ` Re: Fix comment for read_kind_from_backend Tatsuo Ishii <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Tatsuo Ishii @ 2026-05-28 23:20 UTC (permalink / raw)
  To: [email protected]

I found a minor mistake in read_kind_from_backend comment.
I will push after June minor releases.

Regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp


Attachments:

  [text/x-patch] fix_comment_in_read_kind_from_backend.patch (816B, 2-fix_comment_in_read_kind_from_backend.patch)
  download | inline diff:
diff --git a/src/protocol/pool_process_query.c b/src/protocol/pool_process_query.c
index dacaa9d5a..38ad89185 100644
--- a/src/protocol/pool_process_query.c
+++ b/src/protocol/pool_process_query.c
@@ -3406,9 +3406,9 @@ read_kind_from_backend(POOL_CONNECTION *frontend, POOL_CONNECTION_POOL *backend,
 		read_kind_from_one_backend(frontend, backend, (char *) &kind, MAIN_NODE_ID);
 
 		/*
-		 * If we received a notification message in native replication mode,
-		 * other backends will not receive the message. So we should skip
-		 * other nodes otherwise we will hang in pool_read.
+		 * If we received a notification message in streaming replication
+		 * mode, other backends will not receive the message. So we should
+		 * skip other nodes. Otherwise we will hang in pool_read.
 		 */
 		if (kind == 'A')
 		{


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Fix comment for read_kind_from_backend
  2026-05-28 23:20 Fix comment for read_kind_from_backend Tatsuo Ishii <[email protected]>
@ 2026-06-05 04:44 ` Tatsuo Ishii <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Tatsuo Ishii @ 2026-06-05 04:44 UTC (permalink / raw)
  To: [email protected]

> I found a minor mistake in read_kind_from_backend comment.
> I will push after June minor releases.

Fix pushed.
https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=466e65d77bee1c7650e376f884396fe4e7fb6092

Regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp






^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2026-06-05 04:44 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-05-28 23:20 Fix comment for read_kind_from_backend Tatsuo Ishii <[email protected]>
2026-06-05 04:44 ` Tatsuo Ishii <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox