forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit87c0e62
committed
New diff that now covers the entire tree. Applying this gets postgresql
working on the VERY latest version of BeOS. I'm sure there will bealot of comments, but then if there weren't I'd be disappointed!Thanks for your continuing efforts to get this into your tree.Haven't bothered with the new files as they haven't changed.BTW Peter, the compiler is "broken" about the bool define and so on.I'm filing a bug report to try and get it addressed. Hopefully then wecan tidy up the code a bit.I await the replies with interest :)David Reid1 parentde1af06 commit87c0e62
File tree
20 files changed
+291
-60
lines changed- src
- backend
- commands
- libpq
- main
- port/dynloader
- postmaster
- storage
- ipc
- lmgr
- tcop
- utils
- adt
- error
- include
- port
- storage
- interfaces/libpq
- template
20 files changed
+291
-60
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 |
| - | |
| 663 | + | |
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
499 |
| - | |
500 | 499 |
| |
501 | 500 |
| |
502 | 501 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
211 | 217 |
| |
212 | 218 |
| |
213 | 219 |
| |
214 | 220 |
| |
215 |
| - | |
216 | 221 |
| |
217 | 222 |
| |
218 | 223 |
| |
| |||
231 | 236 |
| |
232 | 237 |
| |
233 | 238 |
| |
234 |
| - | |
235 |
| - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
236 | 243 |
| |
237 | 244 |
| |
238 | 245 |
| |
239 | 246 |
| |
240 |
| - | |
| 247 | + | |
| 248 | + | |
241 | 249 |
| |
242 | 250 |
| |
243 | 251 |
| |
| |||
258 | 266 |
| |
259 | 267 |
| |
260 | 268 |
| |
| 269 | + | |
261 | 270 |
| |
262 | 271 |
| |
263 | 272 |
| |
| |||
279 | 288 |
| |
280 | 289 |
| |
281 | 290 |
| |
| 291 | + | |
282 | 292 |
| |
283 | 293 |
| |
284 | 294 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 |
| |
66 | 70 |
| |
67 | 71 |
| |
| |||
150 | 154 |
| |
151 | 155 |
| |
152 | 156 |
| |
| 157 | + | |
153 | 158 |
| |
154 |
| - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
155 | 162 |
| |
156 | 163 |
| |
157 | 164 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
89 | 95 |
| |
90 | 96 |
| |
91 | 97 |
| |
92 | 98 |
| |
| 99 | + | |
93 | 100 |
| |
94 | 101 |
| |
95 | 102 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
818 | 818 |
| |
819 | 819 |
| |
820 | 820 |
| |
821 |
| - | |
| 821 | + | |
822 | 822 |
| |
823 | 823 |
| |
824 | 824 |
| |
825 | 825 |
| |
826 | 826 |
| |
827 |
| - | |
828 | 827 |
| |
829 | 828 |
| |
830 | 829 |
| |
| |||
1021 | 1020 |
| |
1022 | 1021 |
| |
1023 | 1022 |
| |
1024 |
| - | |
1025 | 1023 |
| |
1026 | 1024 |
| |
1027 | 1025 |
| |
|
0 commit comments
Comments
(0)