mirror of
https://github.com/postgres/postgres.git
synced 2025-05-22 00:02:02 -04:00
Fix rarely-run test for message wording change
fixup for 2e6a8047f0 Reported-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
This commit is contained in:
parent
986a3ac497
commit
e6ec1d6aab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user