Skip to content

Commit e6ec1d6

Browse files
committed
Fix rarely-run test for message wording change
fixup for 2e6a804 Reported-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
1 parent 986a3ac commit e6ec1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/modules/xid_wraparound/t/002_limits.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
stderr => \$stderr);
104104
like(
105105
$stderr,
106-
qr/ERROR: database is not accepting commands that assign new XIDs to avoid wraparound data loss in database "postgres"/,
106+
qr/ERROR: database is not accepting commands that assign new transaction IDs to avoid wraparound data loss in database "postgres"/,
107107
"stop-limit");
108108

109109
# Finish the old transaction, to allow vacuum freezing to advance

0 commit comments

Comments
 (0)