aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-09-02 17:40:32 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-09-02 17:47:18 +0200
commite6ec1d6aabe024d0789fe53c711cd5cae47d30ea (patch)
tree6b8d0988fd9a3a78790f6917a2685ddc46dd42e3
parent986a3ac497fddac717d40b7cd90296af27f07526 (diff)
downloadpostgresql-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.pl2
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