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

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

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

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



More information about the pgpool-committers mailing list