PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
void | AtEOXact_ComboCid (void) |
void | RestoreComboCIDState (char *comboCIDstate) |
void | SerializeComboCIDState (Size maxsize, char *start_address) |
Size | EstimateComboCIDStateSpace (void) |
void AtEOXact_ComboCid | ( | void | ) |
Definition at line 182 of file combocid.c.
References comboCids, comboHash, sizeComboCids, and usedComboCids.
Referenced by AbortTransaction(), CommitTransaction(), and PrepareTransaction().
Size EstimateComboCIDStateSpace | ( | void | ) |
Definition at line 297 of file combocid.c.
References add_size(), mul_size(), size, and usedComboCids.
Referenced by InitializeParallelDSM().
void RestoreComboCIDState | ( | char * | comboCIDstate | ) |
Definition at line 342 of file combocid.c.
References Assert, comboCids, comboHash, elog, ERROR, GetComboCommandId(), and i.
Referenced by ParallelWorkerMain().
void SerializeComboCIDState | ( | Size | maxsize, |
char * | start_address | ||
) |
Definition at line 316 of file combocid.c.
References comboCids, elog, ERROR, and usedComboCids.
Referenced by InitializeParallelDSM().