From db6e2b4c52ade524f3db419d75084728e96e1f9c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 22 May 2019 13:36:19 -0400 Subject: Initial pgperltidy run for v12. Make all the perl code look nice, too (for some value of "nice"). --- src/test/modules/commit_ts/t/004_restart.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/test/modules/commit_ts') diff --git a/src/test/modules/commit_ts/t/004_restart.pl b/src/test/modules/commit_ts/t/004_restart.pl index 241b0b08dcf..bd4b9433056 100644 --- a/src/test/modules/commit_ts/t/004_restart.pl +++ b/src/test/modules/commit_ts/t/004_restart.pl @@ -85,8 +85,9 @@ $node_master->restart; # Move commit timestamps across page boundaries. Things should still # be able to work across restarts with those transactions committed while # track_commit_timestamp is disabled. -$node_master->safe_psql('postgres', -qq(CREATE PROCEDURE consume_xid(cnt int) +$node_master->safe_psql( + 'postgres', + qq(CREATE PROCEDURE consume_xid(cnt int) AS \$\$ DECLARE i int; -- cgit v1.2.3