greenplumn ic_proxy_bgworker 源码
greenplumn ic_proxy_bgworker 代码
文件路径:/src/backend/cdb/motion/ic_proxy_bgworker.c
/*-------------------------------------------------------------------------
*
* ic_proxy_bgworker.c
*
* Interconnect Proxy Background Worker
*
* This is only a wrapper, the actual main loop is in ic_proxy_main.c .
*
*
* Copyright (c) 2020-Present VMware, Inc. or its affiliates.
*
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "storage/ipc.h"
#include "cdb/ic_proxy_bgworker.h"
#include "ic_proxy_server.h"
bool
ICProxyStartRule(Datum main_arg)
{
return true;
}
/*
* ICProxyMain
*/
void
ICProxyMain(Datum main_arg)
{
/* main loop */
proc_exit(ic_proxy_server_main());
}
相关信息
相关文章
greenplumn ic_proxy_backend 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦