Eneboo - Documentación para desarrolladores
|
#include "fmgr.h"
Ir al código fuente de este archivo.
Funciones | |
void | database_file_update_needed (void) |
void | auth_file_update_needed (void) |
char * | database_getflatfilename (void) |
char * | auth_getflatfilename (void) |
void | BuildFlatFiles (bool database_only) |
void | AtPrepare_UpdateFlatFiles (void) |
void | AtEOXact_UpdateFlatFiles (bool isCommit) |
void | AtEOSubXact_UpdateFlatFiles (bool isCommit, SubTransactionId mySubid, SubTransactionId parentSubid) |
Datum | flatfile_update_trigger (PG_FUNCTION_ARGS) |
void | flatfile_twophase_postcommit (TransactionId xid, uint16 info, void *recdata, uint32 len) |
void AtEOSubXact_UpdateFlatFiles | ( | bool | isCommit, |
SubTransactionId | mySubid, | ||
SubTransactionId | parentSubid | ||
) |
void AtEOXact_UpdateFlatFiles | ( | bool | isCommit | ) |
void AtPrepare_UpdateFlatFiles | ( | void | ) |
void auth_file_update_needed | ( | void | ) |
char* auth_getflatfilename | ( | void | ) |
void BuildFlatFiles | ( | bool | database_only | ) |
void database_file_update_needed | ( | void | ) |
char* database_getflatfilename | ( | void | ) |
void flatfile_twophase_postcommit | ( | TransactionId | xid, |
uint16 | info, | ||
void * | recdata, | ||
uint32 | len | ||
) |
Datum flatfile_update_trigger | ( | PG_FUNCTION_ARGS | ) |