|
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, and XLogRecGetInfo.
| const char * clog_identify | ( | uint8 | info | ) |
Definition at line 44 of file clogdesc.c.
References CLOG_TRUNCATE, CLOG_ZEROPAGE, and XLR_INFO_MASK.