- Notifications
You must be signed in to change notification settings - Fork28
Commit56303ab
committed
Tweak toast-related logic in heapam.c so that the toaster is only invoked
when relkind = RELKIND_RELATION. This syncs these tests with the Assertsin tuptoaster.c, and ensures that we won't ever try to, for example,compress a sequence's tuple. Problem found by Greg Stark while stress-testingwith much-smaller-than-normal page sizes.1 parent9a4b29d commit56303ab
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1758 | 1758 |
| |
1759 | 1759 |
| |
1760 | 1760 |
| |
1761 |
| - | |
| 1761 | + | |
1762 | 1762 |
| |
1763 | 1763 |
| |
1764 | 1764 |
| |
| |||
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 | 2127 |
| |
2128 |
| - | |
| 2128 | + | |
2129 | 2129 |
| |
2130 | 2130 |
| |
2131 | 2131 |
| |
| |||
2440 | 2440 |
| |
2441 | 2441 |
| |
2442 | 2442 |
| |
2443 |
| - | |
| 2443 | + | |
2444 | 2444 |
| |
2445 | 2445 |
| |
2446 | 2446 |
| |
|
0 commit comments
Comments
(0)