Adjust regression tests for error message change
This commit is contained in:
parent
e5475a80d2
commit
5845f42721
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user