Inline some small functions called for every row.
Bruce Momjian <bruce@momjian.us>
Inline some small functions called for every row.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xid.c | modified | +1 −11 |
| src/backend/executor/execTuples.c | modified | +3 −51 |
| src/backend/executor/nodeTee.c | modified | +2 −2 |
| src/backend/storage/buffer/bufmgr.c | modified | +1 −55 |
| src/backend/storage/page/bufpage.c | modified | +1 −22 |
| src/backend/utils/time/tqual.c | modified | +5 −48 |
| src/include/access/xact.h | modified | +12 −2 |
| src/include/executor/executor.h | modified | +39 −3 |
| src/include/storage/bufmgr.h | modified | +55 −4 |
| src/include/storage/bufpage.h | modified | +16 −2 |
| src/include/utils/tqual.h | modified | +44 −5 |