forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4fbf809
committed
In transam.h, don't expose static inline functions to frontend code.
That leads to unsatisfied external references if the C compiler failsto elide unused static functions. Apparently, we have no buildfarmmembers building HEAD that have that issue ... but such compilers stillexist in the wild. Need to do something about that.In passing, fix Berkeley-era typo in comment.Discussion:https://postgr.es/m/27054.1558533367@sss.pgh.pa.us1 parentb8c6014 commit4fbf809
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
234 | 241 |
| |
235 | 242 |
| |
236 | 243 |
| |
| |||
240 | 247 |
| |
241 | 248 |
| |
242 | 249 |
| |
243 |
| - | |
| 250 | + | |
| 251 | + | |
| 252 | + |
0 commit comments
Comments
(0)