forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2c75f8a
committed
Remove useless configure probe for <lz4/lz4.h>.
This seems to have been just copied-and-pasted from some otherheader checks. But our C code is entirely unprepared to supportsuch a header name, so it's only wasting cycles to look for it.If we did need to support it, some #ifdefs would be required.(A quick trawl at codesearch.debian.net finds some packages thatreference lz4/lz4.h; but they use *only* that spelling, andappear to be intending to reference their own copy rather thana system-level installation of liblz4. There's no evidence offreestanding installations that require this spelling.)Discussion:https://postgr.es/m/457962.1616362509@sss.pgh.pa.us1 parenta4d5284 commit2c75f8a
File tree
4 files changed
+1
-19
lines changed- src
- include
- tools/msvc
4 files changed
+1
-19
lines changedLines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13582 | 13582 |
| |
13583 | 13583 |
| |
13584 | 13584 |
| |
13585 |
| - | |
13586 |
| - | |
13587 |
| - | |
13588 |
| - | |
13589 |
| - | |
13590 |
| - | |
13591 |
| - | |
13592 |
| - | |
13593 |
| - | |
13594 | 13585 |
| |
13595 | 13586 |
| |
13596 | 13587 |
| |
| |||
13607 | 13598 |
| |
13608 | 13599 |
| |
13609 | 13600 |
| |
13610 |
| - | |
13611 |
| - | |
13612 |
| - | |
13613 |
| - | |
13614 | 13601 |
| |
13615 | 13602 |
| |
13616 | 13603 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1440 | 1440 |
| |
1441 | 1441 |
| |
1442 | 1442 |
| |
1443 |
| - | |
1444 |
| - | |
| 1443 | + | |
1445 | 1444 |
| |
1446 | 1445 |
| |
1447 | 1446 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
368 |
| - | |
369 |
| - | |
370 | 367 |
| |
371 | 368 |
| |
372 | 369 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
317 | 316 |
| |
318 | 317 |
| |
319 | 318 |
| |
|
0 commit comments
Comments
(0)