greenplumn pgtypes 源码
greenplumn pgtypes 代码
文件路径:/src/interfaces/ecpg/include/pgtypes.h
/* src/interfaces/ecpg/include/pgtypes.h */
#ifndef PGTYPES_H
#define PGTYPES_H
#ifdef __cplusplus
extern "C"
{
#endif
extern void PGTYPESchar_free(char *ptr);
#ifdef __cplusplus
}
#endif
#endif /* PGTYPES_H */
相关信息
相关文章
0
赞