Eneboo - Documentación para desarrolladores
|
#include "access/htup.h"
Ir al código fuente de este archivo.
'typedefs' | |
typedef void(* | CacheCallbackFunction )(Datum arg, Oid relid) |
Funciones | |
void | AcceptInvalidationMessages (void) |
void | AtStart_Inval (void) |
void | AtSubStart_Inval (void) |
void | AtEOXact_Inval (bool isCommit) |
void | AtEOSubXact_Inval (bool isCommit) |
void | AtPrepare_Inval (void) |
void | PostPrepare_Inval (void) |
void | CommandEndInvalidationMessages (void) |
void | CacheInvalidateHeapTuple (Relation relation, HeapTuple tuple) |
void | CacheInvalidateRelcache (Relation relation) |
void | CacheInvalidateRelcacheByTuple (HeapTuple classTuple) |
void | CacheInvalidateRelcacheByRelid (Oid relid) |
void | CacheRegisterSyscacheCallback (int cacheid, CacheCallbackFunction func, Datum arg) |
void | CacheRegisterRelcacheCallback (CacheCallbackFunction func, Datum arg) |
void | inval_twophase_postcommit (TransactionId xid, uint16 info, void *recdata, uint32 len) |
typedef void(* CacheCallbackFunction)(Datum arg, Oid relid) |
void AcceptInvalidationMessages | ( | void | ) |
void AtEOSubXact_Inval | ( | bool | isCommit | ) |
void AtEOXact_Inval | ( | bool | isCommit | ) |
void AtPrepare_Inval | ( | void | ) |
void AtStart_Inval | ( | void | ) |
void AtSubStart_Inval | ( | void | ) |
void CacheInvalidateHeapTuple | ( | Relation | relation, |
HeapTuple | tuple | ||
) |
void CacheInvalidateRelcache | ( | Relation | relation | ) |
void CacheInvalidateRelcacheByRelid | ( | Oid | relid | ) |
void CacheInvalidateRelcacheByTuple | ( | HeapTuple | classTuple | ) |
void CacheRegisterRelcacheCallback | ( | CacheCallbackFunction | func, |
Datum | arg | ||
) |
void CacheRegisterSyscacheCallback | ( | int | cacheid, |
CacheCallbackFunction | func, | ||
Datum | arg | ||
) |
void CommandEndInvalidationMessages | ( | void | ) |
void inval_twophase_postcommit | ( | TransactionId | xid, |
uint16 | info, | ||
void * | recdata, | ||
uint32 | len | ||
) |
void PostPrepare_Inval | ( | void | ) |