greenplumn gppc_config 源码
greenplumn gppc_config 代码
文件路径:/src/include/gppc/gppc_config.h
/* -----------------------------------------------------------------------
*
* gppc_config.h
*
* Contains information that comes from build target database
*
* Portions Copyright (c) 2010-Present, VMware, Inc. or its affiliates
*
* ---------------------------------------------------------------------*/
#ifndef GPPC_CONFIG_H
#ifndef BUILD_GPPC_C
/**
* \brief Indicates database version in numeric.
*
* The number consists of the first number as ten thousands,
* the second number as hundreds and the third number. For example,
* if the backend is 4.2.1, the number is 40201
*/
#define GP_VERSION_NUM 70000
#endif
/**
* \brief Indicates GPPC version in numeric.
*
* The number consists of major * 100 + minor.
*/
#define GPPC_VERSION_NUM 102
#endif /* GPPC_CONFIG_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦