mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Improve few errdetail messages introduced in commit 0d48d393d4.
Based on suggestions by Tom Lane Reported-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Author: Zhijie Hou <houzj.fnst@fujitsu.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Discussion: https://postgr.es/m/20250916.114644.275726106301941878.horikyota.ntt@gmail.com
This commit is contained in:
@@ -633,7 +633,7 @@ $node_B->reload;
|
||||
# Confirm that the retention resumes
|
||||
$node_A->wait_for_log(
|
||||
qr/logical replication worker for subscription "tap_sub_a_b" will resume retaining the information for detecting conflicts
|
||||
.*DETAIL:.* Retention is re-enabled as max_retention_duration is set to unlimited.*/,
|
||||
.*DETAIL:.* Retention is re-enabled because max_retention_duration has been set to unlimited.*/,
|
||||
$log_offset);
|
||||
|
||||
ok( $node_A->poll_query_until(
|
||||
|
||||
Reference in New Issue
Block a user