forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e9ca52
committed
Support gcc -fkeep-inline-functions
For some systems, we need to avoid unsatisfied-external-referenceerrors in static inlines. See27d2693 for example. In order totest that on other systems, the gcc option -fkeep-inline-functions canbe used. But it actually is a bit stricter than what we currentlyhave in place, so fix up a few more places along the lines of theabove commit. (This undoes part of commit2cd2569.)(Note, this does not add that gcc option anywhere to the build system,it just makes it possible to use it successfully manually.)Discussion:https://www.postgresql.org/message-id/flat/E1oBgIW-002ehP-VJ%40gemulon.postgresql.org1 parent80ad91e commit3e9ca52
3 files changed
+13
-15
lines changedLines changed: 9 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
469 | 478 |
| |
470 | 479 |
| |
471 | 480 |
| |
| |||
480 | 489 |
| |
481 | 490 |
| |
482 | 491 |
| |
483 |
| - | |
484 |
| - | |
485 |
| - | |
486 |
| - | |
487 |
| - | |
488 |
| - | |
489 |
| - | |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 |
| - | |
494 |
| - | |
495 |
| - | |
496 |
| - | |
497 |
| - | |
498 | 492 |
| |
499 | 493 |
| |
500 | 494 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
| 554 | + | |
554 | 555 |
| |
555 | 556 |
| |
556 | 557 |
| |
| |||
571 | 572 |
| |
572 | 573 |
| |
573 | 574 |
| |
| 575 | + | |
574 | 576 |
| |
575 | 577 |
| |
576 | 578 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| 100 | + | |
100 | 101 |
| |
101 | 102 |
| |
102 | 103 |
| |
103 | 104 |
| |
104 | 105 |
| |
| 106 | + | |
105 | 107 |
| |
106 | 108 |
| |
107 | 109 |
| |
|
0 commit comments
Comments
(0)