forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit010e523
committed
Change recently added test code for stability
The test code added withff9f111 fails under valgrind, and probablyother slow cases too, because if (say) autovacuum runs in between andproduces WAL of its own, the large INSERT fails to account for that inthe LSN calculations. Rewrite to use a DO loop.Per complaint from Andres FreundBackpatch to all branches.Discussion:https://postgr.es/m/20211013180338.5guyqzpkcisqugrl@alap3.anarazel.de1 parentd2bf06d commit010e523
1 file changed
+22
-17
lines changedLines changed: 22 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 25 | + | |
34 | 26 |
| |
35 | 27 |
| |
36 | 28 |
| |
37 | 29 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 |
| |
47 | 52 |
| |
48 | 53 |
| |
|
0 commit comments
Comments
(0)