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, RelFileNode::dbNode, xl_seq_rec::node, RelFileNode::relNode, RelFileNode::spcNode, XLOG_SEQ_LOG, XLogRecGetData, XLogRecGetInfo, and XLR_INFO_MASK.
const char* seq_identify | ( | uint8 | info | ) |