[pgpool-committers: 9941] pgpool: Fix "show pool_processes" to not show row description twice.
Tatsuo Ishii
ishii at sraoss.co.jp
Fri Jun 14 11:27:12 JST 2024
Fix "show pool_processes" to not show row description twice.
processes_reporting() accidentaly called both send_row_description()
and send_row_description_and_data_rows().
Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2024-June/004472.html
[pgpool-hackers: 4471] [PATCH] printing empty row first in query "show pool_process"
Author: Kwangwon Seo
Back patch to V4.2 where the problem started.
Branch
------
V4_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a4bab806e6d8b064fcbd6ddabf1f869e245a28af
Modified Files
--------------
src/utils/pool_process_reporting.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
More information about the pgpool-committers
mailing list