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:47:18 +0200 |
commit | e6ec1d6aabe024d0789fe53c711cd5cae47d30ea (patch) | |
tree | 6b8d0988fd9a3a78790f6917a2685ddc46dd42e3 | |
parent | 986a3ac497fddac717d40b7cd90296af27f07526 (diff) | |
download | postgresql-e6ec1d6aabe024d0789fe53c711cd5cae47d30ea.tar.gz postgresql-e6ec1d6aabe024d0789fe53c711cd5cae47d30ea.zip |
Fix rarely-run test for message wording change
fixup for 2e6a8047f0
Reported-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
-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 |