buildfarm_failure_fix.patch

text/x-patch

Filename: buildfarm_failure_fix.patch
Type: text/x-patch
Part: 0
Message: Re: Improve the error message for logical replication of regular column to generated column.

Patch

Format: unified
File+
src/test/subscription/t/011_generated.pl 1 1
diff --git a/src/test/subscription/t/011_generated.pl b/src/test/subscription/t/011_generated.pl
index 66e6d8da5a..b1b87cf85e 100644
--- a/src/test/subscription/t/011_generated.pl
+++ b/src/test/subscription/t/011_generated.pl
@@ -361,7 +361,7 @@ $node_subscriber->safe_psql(
 # Verify that an error occurs.
 my $offset = -s $node_subscriber->logfile;
 $node_subscriber->wait_for_log(
-	qr/ERROR: ( [A-Z0-9]:)? logical replication target relation "public.t1" has incompatible generated columns: "c2", "c3"/,
+	qr/ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.t1" has incompatible generated columns: "c2", "c3"/,
 	$offset);
 
 # cleanup