PostgreSQL Source Code
git master
|
#include <relfilenode.h>
Data Fields | |
Oid | spcNode |
Oid | dbNode |
Oid | relNode |
Definition at line 57 of file relfilenode.h.
Oid RelFileNode::dbNode |
Definition at line 60 of file relfilenode.h.
Referenced by apw_dump_now(), btree_desc(), BufferAlloc(), CheckForSerializableConflictIn(), CheckTableForSerializableConflictIn(), checkXLogConsistency(), CreateFakeRelcacheEntry(), DecodeDelete(), DecodeInsert(), DecodeMultiInsert(), DecodeSpecConfirm(), DecodeUpdate(), DropAllPredicateLocksFromTable(), DropDatabaseBuffers(), FlushBuffer(), FlushDatabaseBuffers(), forget_invalid_pages_db(), ForgetDatabaseSyncRequests(), fsm_search_avail(), GetNewRelFileNode(), ginRedoInsertEntry(), heap2_desc(), isRelDataFile(), mdcreate(), mdfiletagmatches(), mdread(), mdwrite(), out_gistxlogPageReuse(), PageIsPredicateLocked(), pg_buffercache_pages(), pg_relation_filepath(), PredicateLockPage(), PredicateLockPageSplit(), PredicateLockRelation(), PredicateLockTID(), ReadBuffer_common(), RelationInitPhysicalAddr(), ResolveRecoveryConflictWithSnapshot(), rnode_comparator(), seq_desc(), SyncScanShmemInit(), write_relmap_file(), xlog_block_info(), and XLogDumpDisplayRecord().
Oid RelFileNode::relNode |
Definition at line 61 of file relfilenode.h.
Referenced by apw_dump_now(), ATExecSetTableSpace(), btree_desc(), BufferAlloc(), BufferSync(), checkXLogConsistency(), CreateFakeRelcacheEntry(), FlushBuffer(), ForgetDatabaseSyncRequests(), fsm_search_avail(), GetNewRelFileNode(), ginRedoInsertEntry(), heap2_desc(), isRelDataFile(), LocalBufferAlloc(), mdread(), mdwrite(), out_gistxlogPageReuse(), pg_buffercache_pages(), pg_relation_filepath(), ReadBuffer_common(), RelationInitPhysicalAddr(), RelationSetNewRelfilenode(), RestorePendingSyncs(), rnode_comparator(), seq_desc(), SyncScanShmemInit(), TryReuseIndex(), write_relmap_file(), xlog_block_info(), and XLogDumpDisplayRecord().
Oid RelFileNode::spcNode |
Definition at line 59 of file relfilenode.h.
Referenced by apw_dump_now(), ATExecSetTableSpace(), btree_desc(), BufferAlloc(), BufferSync(), checkXLogConsistency(), FlushBuffer(), ForgetDatabaseSyncRequests(), fsm_search_avail(), GetNewRelFileNode(), ginRedoInsertEntry(), heap2_desc(), isRelDataFile(), mdcreate(), mdread(), mdwrite(), out_gistxlogPageReuse(), pg_buffercache_pages(), pg_relation_filepath(), ReadBuffer_common(), RelationInitPhysicalAddr(), rnode_comparator(), seq_desc(), SyncScanShmemInit(), write_relmap_file(), xlog_block_info(), and XLogDumpDisplayRecord().