Skip to content

Commit 9d7aa40

Browse files
author
Amit Kapila
committed
Fix buildfarm failure from commit 8fcd802.
The test case was incorrectly matching the error code. Author: Vignesh C Discussion: https://postgr.es/m/CALDaNm0C5LPiTxkdqsxiyeaL=nuUP8t6ne81sp9jE0=MFz=-ew@mail.gmail.com
1 parent 85b7efa commit 9d7aa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/subscription/t/011_generated.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ BEGIN
361361
# Verify that an error occurs.
362362
my $offset = -s $node_subscriber->logfile;
363363
$node_subscriber->wait_for_log(
364-
qr/ERROR: ( [A-Z0-9]:)? logical replication target relation "public.t1" has incompatible generated columns: "c2", "c3"/,
364+
qr/ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.t1" has incompatible generated columns: "c2", "c3"/,
365365
$offset);
366366

367367
# cleanup

0 commit comments

Comments
 (0)