|
PostgreSQL Source Code git master
|
#include <filemap.h>
Data Fields | |
| uint32 | status |
| const char * | path |
| file_content_type_t | content_type |
| 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 |
| file_action_t file_entry_t::action |
Definition at line 89 of file filemap.h.
Referenced by calculate_totals(), create_target(), decide_file_actions(), insert_filehash_entry(), perform_rewind(), print_filemap(), and remove_target().
| file_content_type_t file_entry_t::content_type |
Definition at line 62 of file filemap.h.
Referenced by decide_file_action(), insert_filehash_entry(), print_filemap(), and process_target_wal_block_change().
| const char* file_entry_t::path |
Definition at line 61 of file filemap.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_target(), decide_file_action(), insert_filehash_entry(), perform_rewind(), print_filemap(), process_target_wal_block_change(), and remove_target().
| bool file_entry_t::source_exists |
Definition at line 81 of file filemap.h.
Referenced by decide_file_action(), insert_filehash_entry(), process_source_file(), and process_target_wal_block_change().
| char* file_entry_t::source_link_target |
Definition at line 84 of file filemap.h.
Referenced by create_target(), insert_filehash_entry(), and process_source_file().
| size_t file_entry_t::source_size |
Definition at line 83 of file filemap.h.
Referenced by calculate_totals(), decide_file_action(), insert_filehash_entry(), perform_rewind(), and process_source_file().
| file_type_t file_entry_t::source_type |
Definition at line 82 of file filemap.h.
Referenced by calculate_totals(), create_target(), decide_file_action(), insert_filehash_entry(), and process_source_file().
| bool file_entry_t::target_exists |
Definition at line 67 of file filemap.h.
Referenced by create_target(), decide_file_action(), insert_filehash_entry(), process_target_file(), process_target_wal_block_change(), and remove_target().
| char* file_entry_t::target_link_target |
Definition at line 70 of file filemap.h.
Referenced by insert_filehash_entry(), and process_target_file().
| datapagemap_t file_entry_t::target_pages_to_overwrite |
Definition at line 76 of file filemap.h.
Referenced by calculate_totals(), insert_filehash_entry(), perform_rewind(), print_filemap(), and process_target_wal_block_change().
| size_t file_entry_t::target_size |
Definition at line 69 of file filemap.h.
Referenced by calculate_totals(), decide_file_action(), insert_filehash_entry(), perform_rewind(), and process_target_file().
| file_type_t file_entry_t::target_type |
Definition at line 68 of file filemap.h.
Referenced by decide_file_action(), insert_filehash_entry(), process_target_file(), process_target_wal_block_change(), and remove_target().