blob: e6f64823e7bf6d48eb1edbc1d002a65e3a9e16dc [file] [log] [blame]
/*-------------------------------------------------------------------------
*
* xact_storage_tablespace.h
*
* Hooks to be implemented for transactions for tablespace storage:
*
*
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
* src/include/access/xact_storage_tablespace.h
*
*-------------------------------------------------------------------------
*/
#ifndef ACCESS_XACT_STORAGE_TABLESPACE_H
#define ACCESS_XACT_STORAGE_TABLESPACE_H
void AtCommit_TablespaceStorage(void);
void AtAbort_TablespaceStorage(void);
#endif // ACCESS_XACT_STORAGE_TABLESPACE_H