[pgpool-committers: 6952] pgpool: Refactor "show pool_nodes" command.
Tatsuo Ishii
ishii at sraoss.co.jp
Fri Aug 14 10:33:45 JST 2020
Refactor "show pool_nodes" command.
Now number of codes in nodes_reporting() is dramatically reduced by
introducing send_row_description_and_data_rows(), a workhorse to
produce reports. Eventually other reporting functions will be
refactored as well.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7ccf2422cbf198ae85990f2968f4d73495f1c664
Modified Files
--------------
src/utils/pool_process_reporting.c | 269 +++++++++++++++----------------------
1 file changed, 110 insertions(+), 159 deletions(-)
More information about the pgpool-committers
mailing list