[pgpool-committers: 9940] pgpool: Fix "show pool_processes" to not show row description twice.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Jun 14 11:27:07 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_4_STABLE

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

Modified Files
--------------
src/utils/pool_process_reporting.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)



More information about the pgpool-committers mailing list