- Notifications
You must be signed in to change notification settings - Fork5
Commitcec916f
committed
Remove unused "m" field in LSEG.
This field has been unreferenced since 1998, and does not appear in lsegvalues stored on disk (since sizeof(lseg) is only 32 bytes according topg_type). There was apparently some idea of maintaining it just in valuesappearing in memory, but the bookkeeping required to make that work wouldsurely far outweigh the cost of recalculating the line's slope when needed.Remove it to (a) simplify matters and (b) suppress some uninitialized-fieldwhining from Coverity.1 parent4fe384b commitcec916f
File tree
3 files changed
+0
-22
lines changed- src
- backend/utils/adt
- include/utils
- test/regress
3 files changed
+0
-22
lines changedLines changed: 0 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2019 | 2019 |
| |
2020 | 2020 |
| |
2021 | 2021 |
| |
2022 |
| - | |
2023 |
| - | |
2024 |
| - | |
2025 |
| - | |
2026 | 2022 |
| |
2027 | 2023 |
| |
2028 | 2024 |
| |
| |||
2051 | 2047 |
| |
2052 | 2048 |
| |
2053 | 2049 |
| |
2054 |
| - | |
2055 |
| - | |
2056 |
| - | |
2057 |
| - | |
2058 | 2050 |
| |
2059 | 2051 |
| |
2060 | 2052 |
| |
| |||
2091 | 2083 |
| |
2092 | 2084 |
| |
2093 | 2085 |
| |
2094 |
| - | |
2095 |
| - | |
2096 |
| - | |
2097 |
| - | |
2098 | 2086 |
| |
2099 | 2087 |
| |
2100 | 2088 |
| |
| |||
2106 | 2094 |
| |
2107 | 2095 |
| |
2108 | 2096 |
| |
2109 |
| - | |
2110 |
| - | |
2111 |
| - | |
2112 |
| - | |
2113 | 2097 |
| |
2114 | 2098 |
| |
2115 | 2099 |
| |
| |||
2160 | 2144 |
| |
2161 | 2145 |
| |
2162 | 2146 |
| |
2163 |
| - | |
2164 |
| - | |
2165 |
| - | |
2166 | 2147 |
| |
2167 | 2148 |
| |
2168 | 2149 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
73 | 71 |
| |
74 | 72 |
| |
75 | 73 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
216 | 215 |
| |
217 | 216 |
| |
218 | 217 |
| |
|
0 commit comments
Comments
(0)