|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| static void | delvacuum_desc (StringInfo buf, char *block_data, uint16 ndeleted, uint16 nupdated) |
| void | btree_desc (StringInfo buf, XLogReaderState *record) |
| const char * | btree_identify (uint8 info) |
| void btree_desc | ( | StringInfo | buf, |
| XLogReaderState * | record | ||
| ) |
Definition at line 24 of file nbtdesc.c.
References appendStringInfo(), buf, delvacuum_desc(), EpochFromFullTransactionId, fb(), XidFromFullTransactionId, XLOG_BTREE_DEDUP, XLOG_BTREE_DELETE, XLOG_BTREE_INSERT_LEAF, XLOG_BTREE_INSERT_META, XLOG_BTREE_INSERT_POST, XLOG_BTREE_INSERT_UPPER, XLOG_BTREE_MARK_PAGE_HALFDEAD, XLOG_BTREE_META_CLEANUP, XLOG_BTREE_NEWROOT, XLOG_BTREE_REUSE_PAGE, XLOG_BTREE_SPLIT_L, XLOG_BTREE_SPLIT_R, XLOG_BTREE_UNLINK_PAGE, XLOG_BTREE_UNLINK_PAGE_META, XLOG_BTREE_VACUUM, XLogRecGetBlockData(), XLogRecGetData, XLogRecGetInfo, and XLogRecHasBlockData.
Definition at line 139 of file nbtdesc.c.
References fb(), XLOG_BTREE_DEDUP, XLOG_BTREE_DELETE, XLOG_BTREE_INSERT_LEAF, XLOG_BTREE_INSERT_META, XLOG_BTREE_INSERT_POST, XLOG_BTREE_INSERT_UPPER, XLOG_BTREE_MARK_PAGE_HALFDEAD, XLOG_BTREE_META_CLEANUP, XLOG_BTREE_NEWROOT, XLOG_BTREE_REUSE_PAGE, XLOG_BTREE_SPLIT_L, XLOG_BTREE_SPLIT_R, XLOG_BTREE_UNLINK_PAGE, XLOG_BTREE_UNLINK_PAGE_META, XLOG_BTREE_VACUUM, and XLR_INFO_MASK.
|
static |
Definition at line 196 of file nbtdesc.c.
References appendStringInfo(), appendStringInfoChar(), appendStringInfoString(), array_desc(), Assert, buf, fb(), i, offset_elem_desc(), OffsetNumberIsValid, and SizeOfBtreeUpdate.
Referenced by btree_desc().