Refactor "show pool_nodes" command.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 14 Aug 2020 01:29:21 +0000 (10:29 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 14 Aug 2020 01:29:21 +0000 (10:29 +0900)
commit7ccf2422cbf198ae85990f2968f4d73495f1c664
treecba8fd1443052bbc81ab02cde215a2e428bfbc93
parenta851cb08d86a123bdc9bc2dd2f4c936799650c70
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.
src/utils/pool_process_reporting.c