PostgreSQL Source Code
git master
|
#include <relfilelocator.h>
Data Fields | |
RelFileLocator | locator |
ProcNumber | backend |
Definition at line 73 of file relfilelocator.h.
ProcNumber RelFileLocatorBackend::backend |
Definition at line 76 of file relfilelocator.h.
Referenced by CacheInvalidateSmgr(), DropRelationBuffers(), ExtendBufferedRelCommon(), GetNewRelFileNumber(), LocalExecuteInvalidationMessage(), mdreadv(), mdwritev(), PinBufferForBlock(), RelationCopyStorage(), smgropen(), and WaitReadBuffers().
RelFileLocator RelFileLocatorBackend::locator |
Definition at line 75 of file relfilelocator.h.
Referenced by BufferAlloc(), CacheInvalidateSmgr(), DropRelationBuffers(), ExtendBufferedRelCommon(), ExtendBufferedRelLocal(), ExtendBufferedRelShared(), FlushBuffer(), FlushRelationsAllBuffers(), GetNewRelFileNumber(), LocalBufferAlloc(), LocalExecuteInvalidationMessage(), mdcreate(), mdreadv(), mdwritev(), PinBufferForBlock(), PrefetchLocalBuffer(), PrefetchSharedBuffer(), read_stream_begin_impl(), register_dirty_segment(), register_forget_request(), register_unlink_segment(), RelationCopyStorage(), RelationCreateStorage(), smgr_bulk_flush(), smgrDoPendingSyncs(), smgropen(), WaitReadBuffers(), and XLogPrefetcherNextBlock().