
Go to the source code of this file.
Functions | |
| void | AtEOXact_ComboCid (void) |
| void AtEOXact_ComboCid | ( | void | ) |
Definition at line 173 of file combocid.c.
References sizeComboCids, and usedComboCids.
Referenced by AbortTransaction(), CommitTransaction(), and PrepareTransaction().
{
/*
* Don't bother to pfree. These are allocated in TopTransactionContext, so
* they're going to go away at the end of transaction anyway.
*/
comboHash = NULL;
comboCids = NULL;
usedComboCids = 0;
sizeComboCids = 0;
}
1.7.1