greenplumn rmgr_mock 源码
greenplumn rmgr_mock 代码
文件路径:/src/test/unit/mock/rmgr_mock.c
/*
* This is a mock version of src/backend/access/transam/rmgr.c. The real
* rmgr.c contains a table of the WAL redo/desc functions for all the WAL
* record types. Leave out the table, so that we can leave out the AM
* object files, which helps to cut down the size of the test programs.
*/
#include "postgres.h"
#include "access/rmgr.h"
#include "access/xlog_internal.h"
const RmgrData RmgrTable[RM_MAX_ID + 1];
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦