logicalmsgdesc.c File Reference
Include dependency graph for logicalmsgdesc.c:
Go to the source code of this file.
Function Documentation
◆ logicalmsg_desc()
Definition at line 19 of file logicalmsgdesc.c.
20{
23
25 {
29 char *sep = "";
30
32
36 /* Write message payload as a series of hex bytes */
38 {
40 sep = " ";
41 }
42 }
43}
Assert(PointerIsAligned(start, uint64))
#define XLOG_LOGICAL_MESSAGE
void appendStringInfo(StringInfo str, const char *fmt,...)
char message[FLEXIBLE_ARRAY_MEMBER]
#define XLogRecGetInfo(decoder)
#define XLogRecGetData(decoder)
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, and XLogRecGetInfo.
◆ logicalmsg_identify()
const char * logicalmsg_identify
(
uint8
info )