PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | clog_desc (StringInfo buf, XLogReaderState *record) |
const char * | clog_identify (uint8 info) |
void clog_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 21 of file clogdesc.c.
References appendStringInfo(), buf, CLOG_TRUNCATE, CLOG_ZEROPAGE, xl_clog_truncate::oldestXact, xl_clog_truncate::pageno, XLogRecGetData, XLogRecGetInfo, and XLR_INFO_MASK.
const char* clog_identify | ( | uint8 | info | ) |
Definition at line 44 of file clogdesc.c.
References CLOG_TRUNCATE, CLOG_ZEROPAGE, and XLR_INFO_MASK.