summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 07:54:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 07:54:12 +0000
commit1a97e22260f0be66eb46829fc6ee255cbf200bd4 (patch)
treeaaa2fe8bb43d66517b374fb11d874b04211e4afd /t
parentReleasing progress-linux version 260-0.0~progress7.99u1. (diff)
downloadpostgresql-common-1a97e22260f0be66eb46829fc6ee255cbf200bd4.tar.xz
postgresql-common-1a97e22260f0be66eb46829fc6ee255cbf200bd4.zip
Merging upstream version 261.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't')
-rw-r--r--t/045_backup.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/045_backup.t b/t/045_backup.t
index 1a47c27..88638bc 100644
--- a/t/045_backup.t
+++ b/t/045_backup.t
@@ -95,7 +95,7 @@ foreach my $v (@MAJORS) {
}
}
if ($systemd) {
- program_ok $pg_uid, "psql -c 'alter system set checkpoint_timeout=30'"; # minimum
+ program_ok $pg_uid, "psql -c 'alter system set checkpoint_timeout=30'" if ($v >= 9.4); # 30s is minimum
program_ok $pg_uid, "psql -c 'select pg_reload_conf()'";
program_ok 0, "systemctl start pg_basebackup\@$v-main";
} else {