forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit724890f
committed
Include necessary header files in radixtree.h.
When #include'ing radixtree.h with RT_SHMEM, it could happen to raisecompiler errors due to missing some declarations of types andfunctions.This commit also removes the inclusion of postgres.h since it'sagainst our usual convention.Backpatch to v17, where radixtree.h was introduced.Reviewed-by: Heikki Linnakangas, Álvaro HerreraDiscussion:https://postgr.es/m/CAD21AoCU9YH%2Bb9Rr8YRw7UjmB%3D1zh8GKQkWNiuN9mVhMvkyrRg%40mail.gmail.comBackpatch-through: 171 parent36d0229 commit724890f
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
155 |
| - | |
156 | 154 |
| |
157 | 155 |
| |
158 | 156 |
| |
159 | 157 |
| |
160 | 158 |
| |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
161 | 163 |
| |
162 | 164 |
| |
163 | 165 |
| |
|
0 commit comments
Comments
(0)