We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3333db commit 2befd22Copy full SHA for 2befd22
src/test/modules/xid_wraparound/t/002_limits.pl
@@ -103,7 +103,7 @@
103
stderr => \$stderr);
104
like(
105
$stderr,
106
- 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"/,
107
"stop-limit");
108
109
# Finish the old transaction, to allow vacuum freezing to advance
0 commit comments