diff options
Diffstat (limited to 'src/test/modules/commit_ts/t/004_restart.pl')
-rw-r--r-- | src/test/modules/commit_ts/t/004_restart.pl | 5 |
1 files changed, 3 insertions, 2 deletions
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; |