diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/isolation/expected/insert-conflict-toast_1.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/isolation/expected/insert-conflict-toast_1.out b/src/test/isolation/expected/insert-conflict-toast_1.out new file mode 100644 index 00000000000..18346162b7e --- /dev/null +++ b/src/test/isolation/expected/insert-conflict-toast_1.out @@ -0,0 +1,15 @@ +Parsed test spec with 3 sessions + +starting permutation: s2insert s3insert s1commit +pg_advisory_xact_lock + + +step s2insert: + INSERT INTO ctoast (key, val) VALUES (1, ctoast_large_val()) ON CONFLICT DO NOTHING; + <waiting ...> +step s3insert: + INSERT INTO ctoast (key, val) VALUES (1, ctoast_large_val()) ON CONFLICT DO NOTHING; + <waiting ...> +step s1commit: COMMIT; +step s3insert: <... completed> +step s2insert: <... completed> |