|
| 1 | +Parsed test spec with 2 sessions |
| 2 | + |
| 3 | +starting permutation: s1b s1_insert_150 s1r s1_show_partitions s2b s2_insert_150 s2c s2_show_partitions |
| 4 | +create_range_partitions |
| 5 | + |
| 6 | +1 |
| 7 | +step s1b: BEGIN; |
| 8 | +step s1_insert_150: INSERT INTO range_rel SELECT generate_series(1, 150); |
| 9 | +step s1r: ROLLBACK; |
| 10 | +step s1_show_partitions: SELECT * FROM pg_inherits WHERE inhparent = 'range_rel'::regclass::oid; |
| 11 | +inhrelid inhparent inhseqno |
| 12 | + |
| 13 | +16453 16445 1 |
| 14 | +16462 16445 1 |
| 15 | +step s2b: BEGIN; |
| 16 | +step s2_insert_150: INSERT INTO range_rel SELECT generate_series(1, 150); |
| 17 | +step s2c: COMMIT; |
| 18 | +step s2_show_partitions: SELECT * FROM pg_inherits WHERE inhparent = 'range_rel'::regclass::oid; |
| 19 | +inhrelid inhparent inhseqno |
| 20 | + |
| 21 | +16453 16445 1 |
| 22 | +16462 16445 1 |
| 23 | + |
| 24 | +starting permutation: s1b s1_insert_150 s1r s1_show_partitions s2b s2_insert_300 s2c s2_show_partitions |
| 25 | +create_range_partitions |
| 26 | + |
| 27 | +1 |
| 28 | +step s1b: BEGIN; |
| 29 | +step s1_insert_150: INSERT INTO range_rel SELECT generate_series(1, 150); |
| 30 | +step s1r: ROLLBACK; |
| 31 | +step s1_show_partitions: SELECT * FROM pg_inherits WHERE inhparent = 'range_rel'::regclass::oid; |
| 32 | +inhrelid inhparent inhseqno |
| 33 | + |
| 34 | +16537 16529 1 |
| 35 | +16545 16529 1 |
| 36 | +step s2b: BEGIN; |
| 37 | +step s2_insert_300: INSERT INTO range_rel SELECT generate_series(151, 300); |
| 38 | +step s2c: COMMIT; |
| 39 | +step s2_show_partitions: SELECT * FROM pg_inherits WHERE inhparent = 'range_rel'::regclass::oid; |
| 40 | +inhrelid inhparent inhseqno |
| 41 | + |
| 42 | +16537 16529 1 |
| 43 | +16545 16529 1 |
| 44 | +16552 16529 1 |
| 45 | + |
| 46 | +starting permutation: s1b s1_insert_300 s1r s1_show_partitions s2b s2_insert_150 s2c s2_show_partitions |
| 47 | +create_range_partitions |
| 48 | + |
| 49 | +1 |
| 50 | +step s1b: BEGIN; |
| 51 | +step s1_insert_300: INSERT INTO range_rel SELECT generate_series(151, 300); |
| 52 | +step s1r: ROLLBACK; |
| 53 | +step s1_show_partitions: SELECT * FROM pg_inherits WHERE inhparent = 'range_rel'::regclass::oid; |
| 54 | +inhrelid inhparent inhseqno |
| 55 | + |
| 56 | +16627 16619 1 |
| 57 | +16635 16619 1 |
| 58 | +16642 16619 1 |
| 59 | +step s2b: BEGIN; |
| 60 | +step s2_insert_150: INSERT INTO range_rel SELECT generate_series(1, 150); |
| 61 | +step s2c: COMMIT; |
| 62 | +step s2_show_partitions: SELECT * FROM pg_inherits WHERE inhparent = 'range_rel'::regclass::oid; |
| 63 | +inhrelid inhparent inhseqno |
| 64 | + |
| 65 | +16627 16619 1 |
| 66 | +16635 16619 1 |
| 67 | +16642 16619 1 |
| 68 | + |
| 69 | +starting permutation: s1b s1_insert_150 s2b s2_insert_300 s1r s2r s2_show_partitions |
| 70 | +create_range_partitions |
| 71 | + |
| 72 | +1 |
| 73 | +step s1b: BEGIN; |
| 74 | +step s1_insert_150: INSERT INTO range_rel SELECT generate_series(1, 150); |
| 75 | +step s2b: BEGIN; |
| 76 | +step s2_insert_300: INSERT INTO range_rel SELECT generate_series(151, 300); |
| 77 | +step s1r: ROLLBACK; |
| 78 | +step s2r: ROLLBACK; |
| 79 | +step s2_show_partitions: SELECT * FROM pg_inherits WHERE inhparent = 'range_rel'::regclass::oid; |
| 80 | +inhrelid inhparent inhseqno |
| 81 | + |
| 82 | +16717 16709 1 |
| 83 | +16725 16709 1 |
| 84 | +16732 16709 1 |
0 commit comments