pgpool: Fix typo in in read_kind_from_backend() comment.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix typo in in read_kind_from_backend() comment.
Date: 2026-06-05 04:43:36
Message-ID: E1wVMPA-007o2i-2M@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix typo in in read_kind_from_backend() comment.

Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Discussion: https://www.postgresql.org/message-id/20260529.082051.533519450296185920.ishii%40postgresql.org
Backpatch-through: v4.3

Branch
------
V4_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=c93b0d77f03a2f5c8b86ea657a4676d19ac75aa6

Modified Files
--------------
src/protocol/pool_process_query.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-06-05 04:43:42 pgpool: Fix typo in in read_kind_from_backend() comment.
Previous Message Tatsuo Ishii 2026-06-05 03:00:35 Re: pgpool: Fix disable_load_balance_on_write to not break query cache.