greenplumn fastpath 源码

  • 2022-08-18
  • 浏览 (333)

greenplumn fastpath 代码

文件路径:/src/include/tcop/fastpath.h

/*-------------------------------------------------------------------------
 *
 * fastpath.h
 *
 *
 * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/include/tcop/fastpath.h
 *
 *-------------------------------------------------------------------------
 */
#ifndef FASTPATH_H
#define FASTPATH_H

#include "lib/stringinfo.h"

extern int	GetOldFunctionMessage(StringInfo buf);
extern void HandleFunctionRequest(StringInfo msgBuf);

#endif							/* FASTPATH_H */

相关信息

greenplumn 源码目录

相关文章

greenplumn deparse_utility 源码

greenplumn dest 源码

greenplumn pquery 源码

greenplumn tcopprot 源码

greenplumn utility 源码

0  赞