forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcc58607
committed
Don't use Perl pack('Q') in 039_end_of_wal.pl.
'Q' for 64 bit integers turns out not to work on 32 bit Perl, asrevealed by the build farm. Use 'II' instead, and deal with endianness.Back-patch to 12, likebae868c.Discussion:https://postgr.es/m/ZQ4r1vHcryBsSi_V%40paquier.xyz1 parentce497f6 commitcc58607
1 file changed
+18
-6
lines changedLines changed: 18 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 |
| |
17 | 24 |
| |
18 | 25 |
| |
| |||
125 | 132 |
| |
126 | 133 |
| |
127 | 134 |
| |
128 |
| - | |
| 135 | + | |
129 | 136 |
| |
130 | 137 |
| |
131 | 138 |
| |
132 | 139 |
| |
133 |
| - | |
134 |
| - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
135 | 145 |
| |
136 | 146 |
| |
137 | 147 |
| |
| |||
149 | 159 |
| |
150 | 160 |
| |
151 | 161 |
| |
152 |
| - | |
| 162 | + | |
153 | 163 |
| |
154 |
| - | |
155 |
| - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
156 | 168 |
| |
157 | 169 |
| |
158 | 170 |
| |
|
0 commit comments
Comments
(0)