greenplumn debugutils 源码
greenplumn debugutils 代码
文件路径:/src/include/utils/debugutils.h
/*-------------------------------------------------------------------------
*
* debugutils.h
* Debugging tools and routines
*
* Portions Copyright (c) 2007-2008, Greenplum inc
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/utils/debugutils.h
*
*-------------------------------------------------------------------------
*/
#ifndef _DEBUGUTILS_H_
#define _DEBUGUTILS_H_
#include "access/memtup.h"
#include "executor/tuptable.h"
extern void dotnode(void *, const char*);
extern char *tup2str(TupleTableSlot *slot);
extern void dump_tupdesc(TupleDesc tupdesc, const char *fname);
extern void dump_mt_bind(MemTupleBinding *mt_bind, const char *fname);
#ifdef USE_ASSERT_CHECKING
extern int debug_write(const char *filename, const char *output_string);
#endif
#endif /* _DEBUGUTILS_H_ */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦