|
PostgreSQL Source Code git master
|
#include <smgr.h>
| int SMgrRelationData::md_num_open_segs[MAX_FORKNUM+1] |
| struct _MdfdVec* SMgrRelationData::md_seg_fds[MAX_FORKNUM+1] |
| dlist_node SMgrRelationData::node |
| BlockNumber SMgrRelationData::smgr_cached_nblocks[MAX_FORKNUM+1] |
Definition at line 47 of file smgr.h.
Referenced by fsm_does_block_exist(), and pg_truncate_visibility_map().
| RelFileLocatorBackend SMgrRelationData::smgr_rlocator |
Definition at line 38 of file smgr.h.
Referenced by AsyncReadBuffers(), BufferAlloc(), LocalBufferAlloc(), pgaio_io_set_target_smgr(), PinBufferForBlock(), PrefetchLocalBuffer(), read_rel_block_ll(), read_stream_begin_impl(), RelationCopyStorage(), RelationCreateStorage(), smgr_bulk_flush(), smgrDoPendingSyncs(), and smgrdounlinkall().
| BlockNumber SMgrRelationData::smgr_targblock |
| int SMgrRelationData::smgr_which |
Definition at line 55 of file smgr.h.
Referenced by smgrdosyncall(), and smgrdounlinkall().