forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit08ecdfe

Amit Kapila
Make FSM test portable.
Inb0eaa4c, we allow FSM to be created only after 4 pages. One of thetests check the FSM contents and to do that it populates many tuples inthe relation. The FSM contents depend on the availability of freespace inthe page and it could vary because of the alignment of tuples.This commit removes the dependency on FSM contents.Author: Amit KapilaDiscussion:https://postgr.es/m/CAA4eK1KADF6K1bagr0--mGv3dMcZ%3DH_Z-Qtvdfbp5PjaC6PJJA%40mail.gmail.com1 parentb0eaa4c commit08ecdfe
2 files changed
+7
-19
lines changedLines changed: 5 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
56 | 43 |
| |
57 | 44 |
| |
58 | 45 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
0 commit comments
Comments
(0)