@@ -41,7 +41,7 @@ pg_switch_to_snapshot
41
41
42
42
43
43
step s1_sel:
44
- select * from t1;
44
+ select * from t1 order by id ;
45
45
46
46
id name
47
47
@@ -56,7 +56,7 @@ id name
56
56
9 009
57
57
10 010
58
58
step s2_sel:
59
- select * from t1;
59
+ select * from t1 order by id ;
60
60
61
61
id name
62
62
@@ -77,12 +77,12 @@ pg_switch_to_snapshot
77
77
78
78
79
79
step s1_sel:
80
- select * from t1;
80
+ select * from t1 order by id ;
81
81
82
82
id name
83
83
84
84
step s2_sel:
85
- select * from t1;
85
+ select * from t1 order by id ;
86
86
87
87
id name
88
88
@@ -93,7 +93,7 @@ pg_switch_to_snapshot
93
93
94
94
95
95
step s1_sel:
96
- select * from t1;
96
+ select * from t1 order by id ;
97
97
98
98
id name
99
99
@@ -109,7 +109,7 @@ id name
109
109
29 029
110
110
30 030
111
111
step s2_sel:
112
- select * from t1;
112
+ select * from t1 order by id ;
113
113
114
114
id name
115
115
@@ -131,7 +131,7 @@ pg_switch_to_snapshot
131
131
132
132
133
133
step s1_sel:
134
- select * from t1;
134
+ select * from t1 order by id ;
135
135
136
136
id name
137
137
@@ -142,7 +142,7 @@ id name
142
142
29 029_update_1
143
143
30 030_update_1
144
144
step s2_sel:
145
- select * from t1;
145
+ select * from t1 order by id ;
146
146
147
147
id name
148
148
@@ -194,7 +194,7 @@ pg_set_backend_snapshot
194
194
195
195
196
196
step s1_sel:
197
- select * from t1;
197
+ select * from t1 order by id ;
198
198
199
199
id name
200
200
@@ -205,7 +205,7 @@ id name
205
205
29 029_update_1
206
206
30 030_update_1
207
207
step s2_sel:
208
- select * from t1;
208
+ select * from t1 order by id ;
209
209
210
210
id name
211
211
@@ -226,7 +226,7 @@ pg_set_backend_snapshot
226
226
227
227
228
228
step s1_sel:
229
- select * from t1;
229
+ select * from t1 order by id ;
230
230
231
231
id name
232
232
@@ -237,7 +237,7 @@ id name
237
237
29 029_update_1
238
238
30 030_update_1
239
239
step s2_sel:
240
- select * from t1;
240
+ select * from t1 order by id ;
241
241
242
242
id name
243
243
@@ -248,7 +248,7 @@ pg_set_backend_snapshot
248
248
249
249
250
250
step s1_sel:
251
- select * from t1;
251
+ select * from t1 order by id ;
252
252
253
253
id name
254
254
@@ -259,7 +259,7 @@ id name
259
259
29 029_update_1
260
260
30 030_update_1
261
261
step s2_sel:
262
- select * from t1;
262
+ select * from t1 order by id ;
263
263
264
264
id name
265
265
@@ -281,7 +281,7 @@ pg_set_backend_snapshot
281
281
282
282
283
283
step s1_sel:
284
- select * from t1;
284
+ select * from t1 order by id ;
285
285
286
286
id name
287
287
@@ -292,7 +292,7 @@ id name
292
292
29 029_update_1
293
293
30 030_update_1
294
294
step s2_sel:
295
- select * from t1;
295
+ select * from t1 order by id ;
296
296
297
297
id name
298
298
@@ -338,7 +338,7 @@ step s1_upd:
338
338
where id > 25;
339
339
340
340
step s1_sel:
341
- select * from t1;
341
+ select * from t1 order by id ;
342
342
343
343
id name
344
344
@@ -349,7 +349,7 @@ id name
349
349
29 029_update_1
350
350
30 030_update_1
351
351
step s2_sel:
352
- select * from t1;
352
+ select * from t1 order by id ;
353
353
354
354
id name
355
355
@@ -366,7 +366,7 @@ pg_recover_to_snapshot
366
366
367
367
368
368
step s1_sel:
369
- select * from t1;
369
+ select * from t1 order by id ;
370
370
371
371
id name
372
372
@@ -382,7 +382,7 @@ id name
382
382
29 029
383
383
30 030
384
384
step s2_sel:
385
- select * from t1;
385
+ select * from t1 order by id ;
386
386
387
387
id name
388
388
@@ -404,12 +404,12 @@ pg_recover_to_snapshot
404
404
405
405
406
406
step s1_sel:
407
- select * from t1;
407
+ select * from t1 order by id ;
408
408
409
409
id name
410
410
411
411
step s2_sel:
412
- select * from t1;
412
+ select * from t1 order by id ;
413
413
414
414
id name
415
415
@@ -420,7 +420,7 @@ pg_recover_to_snapshot
420
420
421
421
422
422
step s1_sel:
423
- select * from t1;
423
+ select * from t1 order by id ;
424
424
425
425
id name
426
426
@@ -435,7 +435,7 @@ id name
435
435
9 009
436
436
10 010
437
437
step s2_sel:
438
- select * from t1;
438
+ select * from t1 order by id ;
439
439
440
440
id name
441
441
0 commit comments