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
commitc0defa47674fb48a2255bff627ef4b3f887088fd (patch)
tree73176736be59027055d8c52f394a08818508cd55 /t
parentAdding upstream version 260. (diff)
downloadpostgresql-common-c0defa47674fb48a2255bff627ef4b3f887088fd.tar.xz
postgresql-common-c0defa47674fb48a2255bff627ef4b3f887088fd.zip
Adding upstream version 261.upstream/261upstream
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 {