diff --git a/src/test/recovery/t/001_stream_rep.pl b/src/test/recovery/t/001_stream_rep.pl index b3dc68d54bc..c70c08e27bf 100644 --- a/src/test/recovery/t/001_stream_rep.pl +++ b/src/test/recovery/t/001_stream_rep.pl @@ -263,7 +263,7 @@ my $slotname = 'test_read_replication_slot_physical'; 'READ_REPLICATION_SLOT non_existent_slot;', extra_params => [ '-d', $connstr_rep ]); ok($ret == 0, "READ_REPLICATION_SLOT exit code 0 on success"); -like($stdout, qr/^||$/, +like($stdout, qr/^\|\|$/, "READ_REPLICATION_SLOT returns NULL values if slot does not exist"); $node_primary->psql(