projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986a3ac
)
Fix rarely-run test for message wording change
author
Peter Eisentraut
Mon, 2 Sep 2024 15:40:32 +0000
(17:40 +0200)
committer
Peter Eisentraut
Mon, 2 Sep 2024 15:47:18 +0000
(17:47 +0200)
fixup for
2e6a8047f0
Reported-by: Nazir Bilal Yavuz
src/test/modules/xid_wraparound/t/002_limits.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/xid_wraparound/t/002_limits.pl
b/src/test/modules/xid_wraparound/t/002_limits.pl
index aca3fa15149bbc6a5f28bf7812e8756b4222c4b2..889689d3bde061476c0cc891ee6d3d4b93c221a0 100644
(file)
--- a/
src/test/modules/xid_wraparound/t/002_limits.pl
+++ b/
src/test/modules/xid_wraparound/t/002_limits.pl
@@
-103,7
+103,7
@@
$ret = $node->psql(
stderr => \$stderr);
like(
$stderr,
- qr/ERROR: database is not accepting commands that assign new
X
IDs to avoid wraparound data loss in database "postgres"/,
+ qr/ERROR: database is not accepting commands that assign new
transaction
IDs to avoid wraparound data loss in database "postgres"/,
"stop-limit");
# Finish the old transaction, to allow vacuum freezing to advance