File tree 5 files changed +4
-8
lines changed
5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*-------------------------------------------------------------------------
2
2
*
3
3
* streamutil.c - utility functions for pg_basebackup, pg_receivewal and
4
- * pg_recvlogical
4
+ * pg_recvlogical
5
5
*
6
6
* Author: Magnus Hagander <magnus@hagander.net>
7
7
*
Original file line number Diff line number Diff line change @@ -131,4 +131,3 @@ permutation "rxy4" "wy4" "rxy3" "c2" "wx3" "c1"
131
131
132
132
permutation "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2"
133
133
permutation "fu1" "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2"
134
-
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ teardown
28
28
}
29
29
30
30
session "s1"
31
- setup
31
+ setup
32
32
{
33
33
begin isolation level serializable ;
34
34
set enable_seqscan = off ;
@@ -45,7 +45,7 @@ step "c1" { commit; }
45
45
46
46
47
47
session "s2"
48
- setup
48
+ setup
49
49
{
50
50
begin isolation level serializable ;
51
51
set enable_seqscan = off ;
@@ -99,7 +99,7 @@ permutation "rxy2" "wy2" "rxy1" "wx1" "c1" "c2"
99
99
permutation "rxy2" "wy2" "rxy1" "wx1" "c2" "c1"
100
100
permutation "rxy2" "wy2" "rxy1" "c2" "wx1" "c1"
101
101
102
- # An index scan (from one transaction) and an index insert (from another
102
+ # An index scan (from one transaction) and an index insert (from another
103
103
# transaction) try to access different buckets of the index so no r-w conflict.
104
104
105
105
permutation "rxy3" "wx3" "rxy4" "c1" "wy4" "c2"
Original file line number Diff line number Diff line change @@ -29,5 +29,3 @@ select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass);
29
29
update keyvalue set info= ' {"name": "smith", "data": "some more data"}' where id= 1 ;
30
30
select pg_stat_get_xact_tuples_hot_updated(' keyvalue' ::regclass);
31
31
rollback ;
32
-
33
-
Original file line number Diff line number Diff line change @@ -197,4 +197,3 @@ ALTER TABLE tbl ALTER c1 TYPE bigint;
197
197
ALTER TABLE tbl ALTER c3 TYPE bigint ;
198
198
\d tbl
199
199
DROP TABLE tbl;
200
-
You can’t perform that action at this time.
0 commit comments