forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit14ea365
committed
Hide a static inline from FRONTEND code.
For some reason pg_waldump is including tuptable.h, and the recentaddition of a static inline function to it is causing problems onolder buildfarm members that fail to optimize such functions awaycompletely. I wonder if this situation doesn't mean that some headerrefactoring is called for ... but as a band-aid, wrap the staticfunction in "#ifndef FRONTEND".Discussion:https://postgr.es/m/20180824154237.mabsv6fsz5q37bma@alap3.anarazel.de1 parente3d77ea commit14ea365
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| 183 | + | |
| 184 | + | |
183 | 185 |
| |
184 | 186 |
| |
185 | 187 |
| |
| |||
192 | 194 |
| |
193 | 195 |
| |
194 | 196 |
| |
| 197 | + | |
| 198 | + | |
195 | 199 |
|
0 commit comments
Comments
(0)