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 changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 |
| - | |
| 663 | + | |
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
|
Lines changed: 1 addition & 2 deletions
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 |
| |
|
Lines changed: 15 additions & 5 deletions
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 |
| |
|
Lines changed: 9 additions & 2 deletions
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 |
| |
|
Lines changed: 9 additions & 2 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 |
| |
| |||
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 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Lines changed: 2 additions & 4 deletions
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)