|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Data Structures | |
| struct | XLogRecStats |
| struct | XLogStats |
Macros | |
| #define | MAX_XLINFO_TYPES 16 |
Typedefs | |
| typedef struct XLogRecStats | XLogRecStats |
| typedef struct XLogStats | XLogStats |
Functions | |
| void | XLogRecGetLen (XLogReaderState *record, uint32 *rec_len, uint32 *fpi_len) |
| void | XLogRecStoreStats (XLogStats *stats, XLogReaderState *record) |
| #define MAX_XLINFO_TYPES 16 |
Definition at line 19 of file xlogstats.h.
| typedef struct XLogRecStats XLogRecStats |
| void XLogRecGetLen | ( | XLogReaderState * | record, |
| uint32 * | rec_len, | ||
| uint32 * | fpi_len | ||
| ) |
Definition at line 22 of file xlogstats.c.
References XLogRecGetBlock, XLogRecGetTotalLen, XLogRecHasBlockImage, XLogRecHasBlockRef, and XLogRecMaxBlockId.
Referenced by XLogDumpDisplayRecord(), and XLogRecStoreStats().
| void XLogRecStoreStats | ( | XLogStats * | stats, |
| XLogReaderState * | record | ||
| ) |
Definition at line 54 of file xlogstats.c.
References Assert(), XLogRecStats::count, XLogStats::count, XLogRecStats::fpi_len, XLogRecStats::rec_len, XLogStats::record_stats, XLogStats::rmgr_stats, XLogRecGetInfo, XLogRecGetLen(), and XLogRecGetRmid.
Referenced by main().