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
c3333dbc0c
commit
2befd22790
@ -103,7 +103,7 @@ $ret = $node->psql(
|
|||||||
stderr => \$stderr);
|
stderr => \$stderr);
|
||||||
like(
|
like(
|
||||||
$stderr,
|
$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");
|
"stop-limit");
|
||||||
|
|
||||||
# Finish the old transaction, to allow vacuum freezing to advance
|
# Finish the old transaction, to allow vacuum freezing to advance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user