\setrandom \ foo\ 1 10 BEGIN; -- line comment /* comment */ SELECT CURRENT_TIMESTAMP; SELECT * -- line comment on continuation line FROM pgbench_branches WHERE bid = :foo; END;