Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 58ac1b7

Browse files
committed
pgbench finished msg after its actual finish
1 parent bdbe4b2 commit 58ac1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cluster.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ sub pgbench_async()
306306
sub pgbench_await()
307307
{
308308
my ($self, $pgbench_handle) = @_;
309-
note("finished pgbench");
310309
IPC::Run::finish($pgbench_handle) || BAIL_OUT("pgbench exited with $?");
310+
note("finished pgbench");
311311
}
312312

313313
sub is_data_identic()

0 commit comments

Comments
 (0)