Skip to content

Commit 2eb3f16

Browse files
committed
Fix new recovery test for log_error_verbosity=verbose case
The new test is from commit 9e4f914. With this setting messages have SQL error numbers included, so that needs to be provided for in the pattern looked for. Backpatch to all live branches like the original.
1 parent 5c9ea19 commit 2eb3f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/recovery/t/033_replay_tsp_drops.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ sub test_tablespace
139139
last
140140
if (
141141
find_in_log(
142-
$node_standby, "WARNING: creating missing directory: pg_tblspc/",
142+
$node_standby, qr!WARNING: ( [A-Z0-9]+:)? creating missing directory: pg_tblspc/!,
143143
$logstart));
144144
sleep 1;
145145
}

0 commit comments

Comments
 (0)