PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
void | relmap_desc (StringInfo buf, XLogReaderState *record) |
const char * | relmap_identify (uint8 info) |
void relmap_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 20 of file relmapdesc.c.
References appendStringInfo(), buf, xl_relmap_update::dbid, xl_relmap_update::nbytes, xl_relmap_update::tsid, XLOG_RELMAP_UPDATE, XLogRecGetData, and XLogRecGetInfo.
const char * relmap_identify | ( | uint8 | info | ) |
Definition at line 35 of file relmapdesc.c.
References XLOG_RELMAP_UPDATE, and XLR_INFO_MASK.