forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita0247e7
committed
Add pg_noinline macro to c.h.
Forcing a function not to be inlined can be useful if it's theslow-path of a performance critical function, or should be visible inprofiles to allow for proper cost attribution.Author: Andres FreundDiscussion:https://postgr.es/m/20170914061207.zxotvyopetm7lrrp@alap3.anarazel.de1 parentd133982 commita0247e7
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
645 | 661 |
| |
646 | 662 |
| |
647 | 663 |
| |
|
0 commit comments
Comments
(0)