Fix rarely-run test for message wording change
authorPeter Eisentraut <[email protected]>
Mon, 2 Sep 2024 15:40:32 +0000 (17:40 +0200)
committerPeter Eisentraut <[email protected]>
Mon, 2 Sep 2024 15:40:32 +0000 (17:40 +0200)
fixup for 2e6a8047f0

Reported-by: Nazir Bilal Yavuz <[email protected]>
src/test/modules/xid_wraparound/t/002_limits.pl

index aca3fa15149bbc6a5f28bf7812e8756b4222c4b2..889689d3bde061476c0cc891ee6d3d4b93c221a0 100644 (file)
@@ -103,7 +103,7 @@ $ret = $node->psql(
    stderr => \$stderr);
 like(
    $stderr,
-   qr/ERROR:  database is not accepting commands that assign new XIDs 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