PostgreSQL Source Code  git master
file_entry_t Struct Reference

#include <filemap.h>

Data Fields

uint32 status
 
const char * path
 
bool isrelfile
 
bool target_exists
 
file_type_t target_type
 
size_t target_size
 
char * target_link_target
 
datapagemap_t target_pages_to_overwrite
 
bool source_exists
 
file_type_t source_type
 
size_t source_size
 
char * source_link_target
 
file_action_t action
 

Detailed Description

Definition at line 49 of file filemap.h.

Field Documentation

◆ action

◆ isrelfile

bool file_entry_t::isrelfile

◆ path

◆ source_exists

bool file_entry_t::source_exists

◆ source_link_target

char* file_entry_t::source_link_target

Definition at line 76 of file filemap.h.

Referenced by create_target(), insert_filehash_entry(), and process_source_file().

◆ source_size

size_t file_entry_t::source_size

◆ source_type

file_type_t file_entry_t::source_type

◆ status

uint32 file_entry_t::status

Definition at line 51 of file filemap.h.

◆ target_exists

◆ target_link_target

char* file_entry_t::target_link_target

Definition at line 62 of file filemap.h.

Referenced by insert_filehash_entry(), and process_target_file().

◆ target_pages_to_overwrite

datapagemap_t file_entry_t::target_pages_to_overwrite

◆ target_size

size_t file_entry_t::target_size

◆ target_type


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