Put back bufmgr.h in bufpage.h -- it is needed by some macros.
Alvaro Herrera <alvherre@alvh.no-ip.org>
Put back bufmgr.h in bufpage.h -- it is needed by some macros. Remove #include bufmgr.h from (most?) source files which already include bufpage.h.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gin/ginentrypage.c | modified | +1 −2 |
| src/backend/access/heap/heapam.c | modified | +1 −2 |
| src/backend/access/heap/hio.c | modified | +1 −2 |
| src/backend/access/heap/pruneheap.c | modified | +1 −2 |
| src/backend/access/heap/rewriteheap.c | modified | +1 −2 |
| src/backend/access/transam/xlog.c | modified | +1 −2 |
| src/backend/access/transam/xlogutils.c | modified | +1 −2 |
| src/backend/commands/analyze.c | modified | +1 −2 |
| src/backend/storage/buffer/bufmgr.c | modified | +1 −2 |
| src/include/storage/bufpage.h | modified | +2 −1 |