PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | seq_desc (StringInfo buf, XLogReaderState *record) |
const char * | seq_identify (uint8 info) |
void seq_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 21 of file seqdesc.c.
References appendStringInfo(), buf, RelFileLocator::dbOid, xl_seq_rec::locator, RelFileLocator::relNumber, RelFileLocator::spcOid, XLOG_SEQ_LOG, XLogRecGetData, XLogRecGetInfo, and XLR_INFO_MASK.
const char* seq_identify | ( | uint8 | info | ) |