PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | commit_ts_desc (StringInfo buf, XLogReaderState *record) |
const char * | commit_ts_identify (uint8 info) |
void commit_ts_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 21 of file committsdesc.c.
References appendStringInfo(), buf, COMMIT_TS_TRUNCATE, COMMIT_TS_ZEROPAGE, xl_commit_ts_truncate::oldestXid, xl_commit_ts_truncate::pageno, XLogRecGetData, XLogRecGetInfo, and XLR_INFO_MASK.
const char* commit_ts_identify | ( | uint8 | info | ) |
Definition at line 43 of file committsdesc.c.
References COMMIT_TS_TRUNCATE, and COMMIT_TS_ZEROPAGE.