diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-01-23 12:31:01 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-01-23 12:31:01 -0500 |
commit | f9bbd46adbf350ba9e99a808f2c759e4aab9ea70 (patch) | |
tree | 4a72335d4b1f6fa558947130091d61ce8c44538f | |
parent | 28e04155f17cabda7a18aee31d130aa10e25ee86 (diff) | |
download | postgresql-f9bbd46adbf350ba9e99a808f2c759e4aab9ea70.tar.gz postgresql-f9bbd46adbf350ba9e99a808f2c759e4aab9ea70.zip |
pgbench: Remove accidental garbage in test file
Author: Fabien COELHO <coelho@cri.ensmp.fr>
-rw-r--r-- | src/bin/pgbench/t/001_pgbench_with_server.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bin/pgbench/t/001_pgbench_with_server.pl b/src/bin/pgbench/t/001_pgbench_with_server.pl index a8b2962bd08..99286f6bc0c 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, |