forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit525e60b
committed
Fix compilation of uuid-ossp
This module had a dependency on pgcrypto's md5.c that got removed byb67b57a. Instead of the code from pgcrypto, this code can just use thenew cryptohash routines for MD5 as a drop-in replacement, so let's justdo this switch. This has also the merit to simplify a bit thecompilation of uuid-ossp.This requires --with-uuid to be reproduced, and I have used e2fs as away to reproduce the failure, then test this commit.Per reports from buildfarm members longfin, florican and sifaka.Discussion:https://postgr.es/m/X9GToVd3QmWeNvj8@paquier.xyz1 parentb67b57a commit525e60b
File tree
4 files changed
+16
-12
lines changed- contrib/uuid-ossp
4 files changed
+16
-12
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8307 | 8307 |
| |
8308 | 8308 |
| |
8309 | 8309 |
| |
8310 |
| - | |
| 8310 | + | |
8311 | 8311 |
| |
8312 | 8312 |
| |
8313 | 8313 |
| |
8314 | 8314 |
| |
8315 |
| - | |
| 8315 | + | |
8316 | 8316 |
| |
8317 | 8317 |
| |
8318 | 8318 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
921 | 921 |
| |
922 | 922 |
| |
923 | 923 |
| |
924 |
| - | |
| 924 | + | |
925 | 925 |
| |
926 | 926 |
| |
927 |
| - | |
| 927 | + | |
928 | 928 |
| |
929 | 929 |
| |
930 | 930 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
|
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
47 |
| - | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| |||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
327 |
| - | |
| 327 | + | |
328 | 328 |
| |
329 |
| - | |
330 |
| - | |
331 |
| - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
332 | 334 |
| |
333 |
| - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
334 | 338 |
| |
335 | 339 |
| |
336 | 340 |
| |
|
0 commit comments
Comments
(0)