Adjust regression tests for error message change

REL9_1_STABLE
Peter Eisentraut 15 years ago
parent 90ffdf83d2
commit b0313ddd6e
  1. 2
      src/test/regress/expected/prepared_xacts.out

@ -134,7 +134,7 @@ SELECT * FROM pxtest1;
-- This should fail, because the two transactions have a write-skew anomaly
INSERT INTO pxtest1 VALUES ('fff');
ERROR: could not serialize access due to read/write dependencies among transactions
DETAIL: Canceled on identification as a pivot, during write.
DETAIL: Reason code: Canceled on identification as a pivot, during write.
HINT: The transaction might succeed if retried.
PREPARE TRANSACTION 'foo5';
SELECT gid FROM pg_prepared_xacts;

Loading…
Cancel
Save