PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | replorigin_desc (StringInfo buf, XLogReaderState *record) |
const char * | replorigin_identify (uint8 info) |
void replorigin_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 19 of file replorigindesc.c.
References appendStringInfo(), buf, xl_replorigin_set::force, LSN_FORMAT_ARGS, xl_replorigin_set::node_id, xl_replorigin_drop::node_id, xl_replorigin_set::remote_lsn, XLOG_REPLORIGIN_DROP, XLOG_REPLORIGIN_SET, XLogRecGetData, XLogRecGetInfo, and XLR_INFO_MASK.
const char* replorigin_identify | ( | uint8 | info | ) |
Definition at line 51 of file replorigindesc.c.
References XLOG_REPLORIGIN_DROP, and XLOG_REPLORIGIN_SET.