forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit82314db
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 parente8f3c06 commit82314db
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 |
| |
| |||
131 | 138 |
| |
132 | 139 |
| |
133 | 140 |
| |
134 |
| - | |
| 141 | + | |
135 | 142 |
| |
136 | 143 |
| |
137 | 144 |
| |
138 | 145 |
| |
139 |
| - | |
140 |
| - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
141 | 151 |
| |
142 | 152 |
| |
143 | 153 |
| |
| |||
155 | 165 |
| |
156 | 166 |
| |
157 | 167 |
| |
158 |
| - | |
| 168 | + | |
159 | 169 |
| |
160 |
| - | |
161 |
| - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
162 | 174 |
| |
163 | 175 |
| |
164 | 176 |
| |
|
0 commit comments
Comments
(0)