diff options
Diffstat (limited to 'src/test/recovery/t/006_logical_decoding.pl')
| -rw-r--r-- | src/test/recovery/t/006_logical_decoding.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/006_logical_decoding.pl b/src/test/recovery/t/006_logical_decoding.pl index 0cd0467fbb..a9edd8ccfc 100644 --- a/src/test/recovery/t/006_logical_decoding.pl +++ b/src/test/recovery/t/006_logical_decoding.pl @@ -45,7 +45,7 @@ ok( $stderr =~ replication => 'database'); like( $stderr, - qr/cannot use "READ_REPLICATION_SLOT" with logical replication slot "test_slot"/, + qr/cannot use READ_REPLICATION_SLOT with a logical replication slot/, 'READ_REPLICATION_SLOT not supported for logical slots'); # Check case of walsender not using a database connection. Logical |
