Thanks to visit codestin.com Credit goes to github.com
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 90ffdf8 commit b0313ddCopy full SHA for b0313dd
src/test/regress/expected/prepared_xacts.out
@@ -134,7 +134,7 @@ SELECT * FROM pxtest1;
134
-- This should fail, because the two transactions have a write-skew anomaly
135
INSERT INTO pxtest1 VALUES ('fff');
136
ERROR: could not serialize access due to read/write dependencies among transactions
137
-DETAIL: Canceled on identification as a pivot, during write.
+DETAIL: Reason code: Canceled on identification as a pivot, during write.
138
HINT: The transaction might succeed if retried.
139
PREPARE TRANSACTION 'foo5';
140
SELECT gid FROM pg_prepared_xacts;
0 commit comments