aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation/expected/fk-partitioned-2.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/isolation/expected/fk-partitioned-2.out')
-rw-r--r--src/test/isolation/expected/fk-partitioned-2.out18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/test/isolation/expected/fk-partitioned-2.out b/src/test/isolation/expected/fk-partitioned-2.out
index 278bec4fdfc..8c6c714d059 100644
--- a/src/test/isolation/expected/fk-partitioned-2.out
+++ b/src/test/isolation/expected/fk-partitioned-2.out
@@ -14,9 +14,11 @@ starting permutation: s1b s1d s2bs s2i s1c s2c
step s1b: begin;
step s1d: delete from ppk where a = 1;
step s2bs: begin isolation level serializable; select 1;
-?column?
+?column?
+--------
+ 1
+(1 row)
-1
step s2i: insert into pfk values (1); <waiting ...>
step s1c: commit;
step s2i: <... completed>
@@ -36,9 +38,11 @@ step s2c: commit;
starting permutation: s1b s2bs s1d s2i s1c s2c
step s1b: begin;
step s2bs: begin isolation level serializable; select 1;
-?column?
+?column?
+--------
+ 1
+(1 row)
-1
step s1d: delete from ppk where a = 1;
step s2i: insert into pfk values (1); <waiting ...>
step s1c: commit;
@@ -59,9 +63,11 @@ step s1c: commit;
starting permutation: s1b s2bs s2i s1d s2c s1c
step s1b: begin;
step s2bs: begin isolation level serializable; select 1;
-?column?
+?column?
+--------
+ 1
+(1 row)
-1
step s2i: insert into pfk values (1);
step s1d: delete from ppk where a = 1; <waiting ...>
step s2c: commit;