summaryrefslogtreecommitdiff
path: root/src/test/recovery/t/035_standby_logical_decoding.pl
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2023-04-12 11:00:37 -0700
committerAndres Freund <andres@anarazel.de>2023-04-12 11:00:37 -0700
commit5ec69b71f17c353b27754deb8d94bb1f5cf7a029 (patch)
treefa74af2a263905f96b2666344dade411821f4b9a /src/test/recovery/t/035_standby_logical_decoding.pl
parent9ce04b50e120275afbc03ca0b80839dde3da8308 (diff)
downloadpostgresql-5ec69b71f17c353b27754deb8d94bb1f5cf7a029.tar.gz
Improve error messages introduced in be87200efd9 and 0fdab27ad68
Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Discussion: https://postgr.es/m/20230411.120301.93333867350615278.horikyota.ntt@gmail.com Discussion: https://postgr.es/m/20230412174244.6njadz4uoiez3l74@awork3.anarazel.de
Diffstat (limited to 'src/test/recovery/t/035_standby_logical_decoding.pl')
-rw-r--r--src/test/recovery/t/035_standby_logical_decoding.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/recovery/t/035_standby_logical_decoding.pl b/src/test/recovery/t/035_standby_logical_decoding.pl
index 94a8384c31..20838d49b5 100644
--- a/src/test/recovery/t/035_standby_logical_decoding.pl
+++ b/src/test/recovery/t/035_standby_logical_decoding.pl
@@ -596,8 +596,8 @@ check_for_invalidation('wal_level_', $logstart, 'due to wal_level');
check_slots_conflicting_status(1);
$handle = make_slot_active($node_standby, 'wal_level_', 0, \$stdout, \$stderr);
-# We are not able to read from the slot as it requires wal_level at least logical on the primary server
-check_pg_recvlogical_stderr($handle, "logical decoding on a standby requires wal_level to be at least logical on the primary");
+# We are not able to read from the slot as it requires wal_level >= logical on the primary server
+check_pg_recvlogical_stderr($handle, "logical decoding on standby requires wal_level >= logical on the primary");
# Restore primary wal_level
$node_primary->append_conf('postgresql.conf',q[