forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit697e1d0
committed
Define pg_attribute_cold and pg_attribute_hot macros
For compilers supporting __has_attribute and __has_attribute (hot/cold).__has_attribute is supported on gcc >= 5, clang >= 2.9 and icc >= 17.A followup commit will implement some usages of these macros.Author: David RowleyReviewed-by: Andres Freund, Peter EisentrautDiscussion:https://postgr.es/m/CAApHDvrVpasrEzLL2er7p9iwZFZ%3DJj6WisePcFeunwfrV0js_A%40mail.gmail.com1 parent3b9b01f commit697e1d0
1 file changed
+16
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
194 | 210 |
| |
195 | 211 |
| |
196 | 212 |
| |
|
0 commit comments
Comments
(0)