Adjust regression tests for error message change

This commit is contained in:
Peter Eisentraut 2011-08-15 17:27:10 +03:00
parent e5475a80d2
commit 5845f42721

View File

@ -134,7 +134,7 @@ SELECT * FROM pxtest1;
-- This should fail, because the two transactions have a write-skew anomaly -- This should fail, because the two transactions have a write-skew anomaly
INSERT INTO pxtest1 VALUES ('fff'); INSERT INTO pxtest1 VALUES ('fff');
ERROR: could not serialize access due to read/write dependencies among transactions 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. HINT: The transaction might succeed if retried.
PREPARE TRANSACTION 'foo5'; PREPARE TRANSACTION 'foo5';
SELECT gid FROM pg_prepared_xacts; SELECT gid FROM pg_prepared_xacts;