|
PostgreSQL Source Code git master
|
Data Fields | |
| TransactionId | xid |
| int | vfd |
| off_t | off |
| dclist_head | mappings |
| char | path [MAXPGPATH] |
| XLogRecPtr | lsn |
| char | fname [MAXPGPATH] |
Definition at line 191 of file rewriteheap.c.
| char RewriteMappingFile::fname[MAXPGPATH] |
Definition at line 5334 of file reorderbuffer.c.
Referenced by UpdateLogicalMappings().
| XLogRecPtr RewriteMappingFile::lsn |
Definition at line 5333 of file reorderbuffer.c.
Referenced by UpdateLogicalMappings().
| dclist_head RewriteMappingFile::mappings |
Definition at line 196 of file rewriteheap.c.
Referenced by logical_heap_rewrite_flush_mappings(), and logical_rewrite_log_mapping().
| off_t RewriteMappingFile::off |
Definition at line 195 of file rewriteheap.c.
Referenced by logical_heap_rewrite_flush_mappings(), and logical_rewrite_log_mapping().
| char RewriteMappingFile::path[MAXPGPATH] |
Definition at line 197 of file rewriteheap.c.
Referenced by oauth_server.OAuthHandler::_should_modify(), logical_end_heap_rewrite(), logical_heap_rewrite_flush_mappings(), and logical_rewrite_log_mapping().
| int RewriteMappingFile::vfd |
Definition at line 194 of file rewriteheap.c.
Referenced by logical_end_heap_rewrite(), logical_heap_rewrite_flush_mappings(), and logical_rewrite_log_mapping().
| TransactionId RewriteMappingFile::xid |
Definition at line 193 of file rewriteheap.c.
Referenced by logical_heap_rewrite_flush_mappings().