PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | smgr_desc (StringInfo buf, XLogReaderState *record) |
const char * | smgr_identify (uint8 info) |
void smgr_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 21 of file smgrdesc.c.
References appendStringInfo(), appendStringInfoString(), xl_smgr_truncate::blkno, buf, xl_smgr_truncate::flags, xl_smgr_create::forkNum, MAIN_FORKNUM, pfree(), relpathperm, xl_smgr_create::rlocator, xl_smgr_truncate::rlocator, XLOG_SMGR_CREATE, XLOG_SMGR_TRUNCATE, XLogRecGetData, XLogRecGetInfo, and XLR_INFO_MASK.
const char* smgr_identify | ( | uint8 | info | ) |
Definition at line 46 of file smgrdesc.c.
References XLOG_SMGR_CREATE, XLOG_SMGR_TRUNCATE, and XLR_INFO_MASK.