PostgreSQL Source Code
git master
|
#include <storage_xlog.h>
Data Fields | |
BlockNumber | blkno |
RelFileLocator | rlocator |
int | flags |
Definition at line 46 of file storage_xlog.h.
BlockNumber xl_smgr_truncate::blkno |
Definition at line 48 of file storage_xlog.h.
Referenced by pg_truncate_visibility_map(), RelationTruncate(), smgr_desc(), smgr_redo(), SummarizeSmgrRecord(), and XLogPrefetcherNextBlock().
int xl_smgr_truncate::flags |
Definition at line 50 of file storage_xlog.h.
Referenced by pg_truncate_visibility_map(), RelationTruncate(), smgr_desc(), smgr_redo(), and SummarizeSmgrRecord().
RelFileLocator xl_smgr_truncate::rlocator |
Definition at line 49 of file storage_xlog.h.
Referenced by pg_truncate_visibility_map(), RelationTruncate(), smgr_desc(), smgr_redo(), SummarizeSmgrRecord(), and XLogPrefetcherNextBlock().