PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
void | dbase_desc (StringInfo buf, XLogReaderState *record) |
const char * | dbase_identify (uint8 info) |
void dbase_desc | ( | StringInfo | buf, |
XLogReaderState * | record | ||
) |
Definition at line 22 of file dbasedesc.c.
References appendStringInfo(), appendStringInfoString(), buf, xl_dbase_create_file_copy_rec::db_id, xl_dbase_create_wal_log_rec::db_id, xl_dbase_drop_rec::db_id, i, xl_dbase_drop_rec::ntablespaces, xl_dbase_create_file_copy_rec::src_db_id, xl_dbase_create_file_copy_rec::src_tablespace_id, xl_dbase_create_file_copy_rec::tablespace_id, xl_dbase_create_wal_log_rec::tablespace_id, xl_dbase_drop_rec::tablespace_ids, XLOG_DBASE_CREATE_FILE_COPY, XLOG_DBASE_CREATE_WAL_LOG, XLOG_DBASE_DROP, XLogRecGetData, XLogRecGetInfo, and XLR_INFO_MASK.
const char* dbase_identify | ( | uint8 | info | ) |
Definition at line 57 of file dbasedesc.c.
References XLOG_DBASE_CREATE_FILE_COPY, XLOG_DBASE_CREATE_WAL_LOG, XLOG_DBASE_DROP, and XLR_INFO_MASK.