greenplumn execute_pipe 源码
greenplumn execute_pipe 代码
文件路径:/src/include/storage/execute_pipe.h
/*-------------------------------------------------------------------------
*
* execute_pipe.c
* popen() replacement with stderr
*
* Portions Copyright (C) 2020-Present VMware, Inc.
*
*
* IDENTIFICATION
* src/include/storage/execute_pipe.h
*
*-------------------------------------------------------------------------
*/
#include "lib/stringinfo.h"
extern int popen_with_stderr(int *rwepipe, const char *exe, bool forwrite);
extern int pclose_with_stderr(int pid, int *rwepipe, StringInfo sinfo);
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦