Data Fields | |
int32 | magic |
int32 | num_mappings |
RelMapping | mappings [MAX_MAPPINGS] |
int32 | crc |
int32 | pad |
Definition at line 82 of file relmapper.c.
Definition at line 87 of file relmapper.c.
Referenced by write_relmap_file().
Definition at line 84 of file relmapper.c.
Referenced by load_relmap_file(), RelationMapInitialize(), RelationMapInvalidate(), RelationMapInvalidateAll(), and write_relmap_file().
RelMapping RelMapFile::mappings[MAX_MAPPINGS] |
Definition at line 86 of file relmapper.c.
Referenced by apply_map_update(), merge_map_updates(), RelationMapOidToFilenode(), and RelationMapRemoveMapping().
Definition at line 85 of file relmapper.c.
Referenced by apply_map_update(), AtCCI_RelationMap(), AtEOXact_RelationMap(), AtPrepare_RelationMap(), load_relmap_file(), merge_map_updates(), RelationMapFinishBootstrap(), RelationMapInitialize(), RelationMapOidToFilenode(), RelationMapRemoveMapping(), and write_relmap_file().
Definition at line 88 of file relmapper.c.