greenplumn test_planner 源码
greenplumn test_planner 代码
文件路径:/src/test/modules/test_planner/test_planner.c
/*--------------------------------------------------------------------------
*
* test_planner.c
* Test correctness of optimizer's predicate proof logic.
*
* Copyright (c) 2018, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_planner/test_planner.c
*
* -------------------------------------------------------------------------
*/
#include "postgres.h"
#include "funcapi.h"
#include "integration_tests/planner_integration_tests.h"
PG_MODULE_MAGIC;
extern Datum test_planner(PG_FUNCTION_ARGS);
PG_FUNCTION_INFO_V1(test_planner);
Datum
test_planner(PG_FUNCTION_ARGS)
{
run_planner_integration_test_suite();
PG_RETURN_VOID();
}
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦