Go to the source code of this file.
◆ MAX_XLINFO_TYPES
◆ XLogRecStats
◆ XLogStats
◆ XLogRecGetLen()
◆ XLogRecStoreStats()
Definition at line 54 of file xlogstats.c.
55{
60
62
64
66
68
69
70
74
75
76
77
78
79
80
81
83
84
85
86
87
88
89
92
96}
#define Assert(condition)
XLogRecStats record_stats[RM_MAX_ID+1][MAX_XLINFO_TYPES]
XLogRecStats rmgr_stats[RM_MAX_ID+1]
#define XLogRecGetInfo(decoder)
#define XLogRecGetRmid(decoder)
void XLogRecGetLen(XLogReaderState *record, uint32 *rec_len, uint32 *fpi_len)
References Assert, XLogRecStats::count, XLogStats::count, fb(), XLogRecStats::fpi_len, XLogRecStats::rec_len, XLogStats::record_stats, XLogStats::rmgr_stats, XLogRecGetInfo, XLogRecGetLen(), and XLogRecGetRmid.
Referenced by GetWalStats(), and main().