PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
void | tblspc_desc (StringInfo buf, XLogReaderState *record) |
const char * | tblspc_identify (uint8 info) |
void tblspc_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 21 of file tblspcdesc.c.
References appendStringInfo(), buf, xl_tblspc_create_rec::ts_id, xl_tblspc_drop_rec::ts_id, xl_tblspc_create_rec::ts_path, XLOG_TBLSPC_CREATE, XLOG_TBLSPC_DROP, XLogRecGetData, and XLogRecGetInfo.
const char * tblspc_identify | ( | uint8 | info | ) |
Definition at line 41 of file tblspcdesc.c.
References XLOG_TBLSPC_CREATE, XLOG_TBLSPC_DROP, and XLR_INFO_MASK.