PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | logicalmsg_desc (StringInfo buf, XLogReaderState *record) |
const char * | logicalmsg_identify (uint8 info) |
void logicalmsg_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 19 of file logicalmsgdesc.c.
References appendStringInfo(), Assert, buf, xl_logical_message::message, xl_logical_message::message_size, xl_logical_message::prefix_size, xl_logical_message::transactional, XLOG_LOGICAL_MESSAGE, XLogRecGetData, XLogRecGetInfo, and XLR_INFO_MASK.
const char* logicalmsg_identify | ( | uint8 | info | ) |