- Notifications
You must be signed in to change notification settings - Fork5
Commit6b85d4b
committed
Fix portability problem induced by commita6f6b78.
pg_xlogdump includes bufmgr.h. With a compiler that emits code forstatic inline functions even when they're unreferenced, that leadsto unresolved external references in the new static-inline versionof BufferGetPage(). So hide it with #ifndef FRONTEND, as we've donefor similar issues elsewhere. Per buildfarm member pademelon.1 parentba8fe38 commit6b85d4b
2 files changed
+13
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4299 | 4299 |
| |
4300 | 4300 |
| |
4301 | 4301 |
| |
4302 |
| - | |
| 4302 | + | |
4303 | 4303 |
| |
4304 | 4304 |
| |
4305 | 4305 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
255 | 264 |
| |
256 | 265 |
| |
257 | 266 |
| |
| |||
272 | 281 |
| |
273 | 282 |
| |
274 | 283 |
| |
275 |
| - | |
| 284 | + | |
| 285 | + | |
| 286 | + |
0 commit comments
Comments
(0)