Hello Teodor,

I just noticed while rebasing stuff that there is some crust in "pgbench/t/001_pgbench_with_server.pl" coming from this patch:

 +=head
 +
 +} });
 +
 +=cut

I cannot find any use for these lines which are ignored by perl execution anyway. It may be some leftovers from debugging which got past everyone. If so, I think that it is better removed, see the attached cleanup patch.

--
Fabien.
diff --git a/src/bin/pgbench/t/001_pgbench_with_server.pl b/src/bin/pgbench/t/001_pgbench_with_server.pl
index a8b2962..99286f6 100644
--- a/src/bin/pgbench/t/001_pgbench_with_server.pl
+++ b/src/bin/pgbench/t/001_pgbench_with_server.pl
@@ -340,12 +340,6 @@ pgbench(
 SELECT :v0, :v1, :v2, :v3;
 } });
 
-=head
-
-} });
-
-=cut
-
 # backslash commands
 pgbench(
 	'-t 1', 0,

Reply via email to