forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit41c16ed
committed
Fix unportable definition of BSWAP64() macro.
We have a portable way of writing uint64 constants, but whoever wrotethis macro didn't know about it.While at it, fix unsafe under-parenthesization of arguments. That mightbe moot, because there are already good reasons not to use the macro onanything more complicated than a simple variable, but it's still poorpractice.Per buildfarm warnings.1 parent5dbdb2f commit41c16ed
1 file changed
+13
-12
lines changedLines changed: 13 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
|
0 commit comments
Comments
(0)