aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation/expected/predicate-gin-nomatch.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/isolation/expected/predicate-gin-nomatch.out')
-rw-r--r--src/test/isolation/expected/predicate-gin-nomatch.out15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/isolation/expected/predicate-gin-nomatch.out b/src/test/isolation/expected/predicate-gin-nomatch.out
new file mode 100644
index 00000000000..5e733262a40
--- /dev/null
+++ b/src/test/isolation/expected/predicate-gin-nomatch.out
@@ -0,0 +1,15 @@
+Parsed test spec with 2 sessions
+
+starting permutation: r1 r2 w1 c1 w2 c2
+step r1: SELECT count(*) FROM gin_tbl WHERE p @> array[-1];
+count
+
+0
+step r2: SELECT * FROM other_tbl;
+id
+
+step w1: INSERT INTO other_tbl VALUES (42);
+step c1: COMMIT;
+step w2: INSERT INTO gin_tbl SELECT array[-1];
+ERROR: could not serialize access due to read/write dependencies among transactions
+step c2: COMMIT;