PostgreSQL Source Code  git master
RewriteMappingFile Struct Reference

Data Fields

TransactionId xid
 
int vfd
 
off_t off
 
dclist_head mappings
 
char path [MAXPGPATH]
 
XLogRecPtr lsn
 
char fname [MAXPGPATH]
 

Detailed Description

Definition at line 191 of file rewriteheap.c.

Field Documentation

◆ fname

char RewriteMappingFile::fname[MAXPGPATH]

Definition at line 5019 of file reorderbuffer.c.

Referenced by UpdateLogicalMappings().

◆ lsn

XLogRecPtr RewriteMappingFile::lsn

Definition at line 5018 of file reorderbuffer.c.

Referenced by UpdateLogicalMappings().

◆ mappings

dclist_head RewriteMappingFile::mappings

◆ off

off_t RewriteMappingFile::off

◆ path

char RewriteMappingFile::path[MAXPGPATH]

◆ vfd

int RewriteMappingFile::vfd

◆ xid

TransactionId RewriteMappingFile::xid

Definition at line 193 of file rewriteheap.c.

Referenced by logical_heap_rewrite_flush_mappings().


The documentation for this struct was generated from the following files: