*** /tmp/pgbench.c 2024-09-24 18:42:20.632311240 +0900 --- src/bin/pgbench/pgbench.c 2024-09-24 18:42:51.824299286 +0900 *************** *** 6392,6399 **** } /* ! * Remaining stats are nonsensical if we failed to execute any xacts ! * due to others than serialization or deadlock errors */ if (total_cnt <= 0) return; --- 6392,6399 ---- } /* ! * Remaining stats are nonsensical if we failed to execute any xacts due ! * to others than serialization or deadlock errors */ if (total_cnt <= 0) return; *************** *** 6514,6520 **** script_total_cnt)); } ! /* it can be non-zero only if max_tries is not equal to one */ if (max_tries != 1) { printf(" - number of transactions retried: " INT64_FORMAT " (%.3f%%)\n", --- 6514,6523 ---- script_total_cnt)); } ! /* ! * it can be non-zero only if max_tries is not equal to ! * one ! */ if (max_tries != 1) { printf(" - number of transactions retried: " INT64_FORMAT " (%.3f%%)\n",