diff options
| author | Peter Eisentraut | 2025-06-28 17:18:06 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2025-06-28 17:18:06 +0000 |
| commit | 50fd428b2b9cb036c9c5982b56443d7e28119707 (patch) | |
| tree | 0de1a69f8c56a9c74ed8edb6212c9fa9caf422c8 /src/test/subscription | |
| parent | bbccf7ecb363e50ae9d9aa71d0e7c6d49ee0bb06 (diff) | |
Message style improvements
Diffstat (limited to 'src/test/subscription')
| -rw-r--r-- | src/test/subscription/t/024_add_drop_pub.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/024_add_drop_pub.pl b/src/test/subscription/t/024_add_drop_pub.pl index e995d8b3839..5298d431979 100644 --- a/src/test/subscription/t/024_add_drop_pub.pl +++ b/src/test/subscription/t/024_add_drop_pub.pl @@ -112,7 +112,7 @@ $node_publisher->safe_psql('postgres',"INSERT INTO tab_3 values(1)"); # Verify that a warning is logged. $node_publisher->wait_for_log( - qr/WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3/, $offset); + qr/WARNING: ( [A-Z0-9]+:)? skipped loading publication "tap_pub_3"/, $offset); $node_publisher->safe_psql('postgres', "CREATE PUBLICATION tap_pub_3 FOR TABLE tab_3"); |
