greenplumn twophase_storage_tablespace 源码
greenplumn twophase_storage_tablespace 代码
文件路径:/src/include/access/twophase_storage_tablespace.h
/*-------------------------------------------------------------------------
*
* twophase_storage_tablespace.h
*
* Hooks to be implemented for twophase for tablespace storage:
*
*
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
* src/include/access/twophase_storage_tablespace.h
*
*-------------------------------------------------------------------------
*/
#ifndef ACCESS_TWOPHASE_STORAGE_TABLESPACE_H
#define ACCESS_TWOPHASE_STORAGE_TABLESPACE_H
void AtTwoPhaseCommit_TablespaceStorage(void);
void AtTwoPhaseAbort_TablespaceStorage(void);
#endif //ACCESS_TWOPHASE_STORAGE_TABLESPACE_H
相关信息
相关文章
greenplumn appendonly_compaction 源码
greenplumn appendonly_visimap 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦