@@ -2013,7 +2013,7 @@ init(bool is_no_vacuum)
20132013elapsed_sec = INSTR_TIME_GET_DOUBLE (diff );
20142014remaining_sec = ((double )scale * naccounts - j )* elapsed_sec /j ;
20152015
2016- fprintf (stderr ,INT64_FORMAT " of " INT64_FORMAT " tuples (%d%%) done (elapsed %.2f s, remaining %.2f s). \n" ,
2016+ fprintf (stderr ,INT64_FORMAT " of " INT64_FORMAT " tuples (%d%%) done (elapsed %.2f s, remaining %.2f s)\n" ,
20172017j , (int64 )naccounts * scale ,
20182018(int ) (((int64 )j * 100 ) / (naccounts * (int64 )scale )),
20192019elapsed_sec ,remaining_sec );
@@ -2030,7 +2030,7 @@ init(bool is_no_vacuum)
20302030/* have we reached the next interval (or end)? */
20312031if ((j == scale * naccounts )|| (elapsed_sec >=log_interval * LOG_STEP_SECONDS ))
20322032{
2033- fprintf (stderr ,INT64_FORMAT " of " INT64_FORMAT " tuples (%d%%) done (elapsed %.2f s, remaining %.2f s). \n" ,
2033+ fprintf (stderr ,INT64_FORMAT " of " INT64_FORMAT " tuples (%d%%) done (elapsed %.2f s, remaining %.2f s)\n" ,
20342034j , (int64 )naccounts * scale ,
20352035(int ) (((int64 )j * 100 ) / (naccounts * (int64 )scale )),elapsed_sec ,remaining_sec );
20362036