diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-09-02 17:40:32 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-09-02 17:40:32 +0200 |
commit | 2befd22790ef32bbe3cbfc8b4b826e8a1286afbd (patch) | |
tree | 2e9046c93c21aeb406db2287f333f7eeef9fcc33 /src | |
parent | c3333dbc0c0f53452abfccf6c2dd5a86728a19dc (diff) | |
download | postgresql-2befd22790ef32bbe3cbfc8b4b826e8a1286afbd.tar.gz postgresql-2befd22790ef32bbe3cbfc8b4b826e8a1286afbd.zip |
Fix rarely-run test for message wording change
fixup for 2e6a8047f0
Reported-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/test/modules/xid_wraparound/t/002_limits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/xid_wraparound/t/002_limits.pl b/src/test/modules/xid_wraparound/t/002_limits.pl index aca3fa15149..889689d3bde 100644 --- 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 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 |