Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9595383

Browse files
committed
Add alternative output for ON CONFLICT toast isolation test.
On some buildfarm animals the isolationtest added in07ef035 failed, asthe order in which processes are run after unlocking is notguaranteed. Add an alternative output for that.Discussion: <7969.1471484738@sss.pgh.pa.us>Backpatch: 9.6, like the test in the aforementioned commit
1 parent1d2e73a commit9595383

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Parsed test spec with 3 sessions
2+
3+
starting permutation: s2insert s3insert s1commit
4+
pg_advisory_xact_lock
5+
6+
7+
step s2insert:
8+
INSERT INTO ctoast (key, val) VALUES (1, ctoast_large_val()) ON CONFLICT DO NOTHING;
9+
<waiting ...>
10+
step s3insert:
11+
INSERT INTO ctoast (key, val) VALUES (1, ctoast_large_val()) ON CONFLICT DO NOTHING;
12+
<waiting ...>
13+
step s1commit: COMMIT;
14+
step s3insert: <... completed>
15+
step s2insert: <... completed>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp