PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | XLogRecGetLen (XLogReaderState *record, uint32 *rec_len, uint32 *fpi_len) |
void | XLogRecStoreStats (XLogStats *stats, XLogReaderState *record) |
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().