1 /*-------------------------------------------------------------------------
6 * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * src/include/tcop/fastpath.h
11 *-------------------------------------------------------------------------
16 #include "lib/stringinfo.h"
18 extern void HandleFunctionRequest(StringInfo msgBuf
);
20 #endif /* FASTPATH_H */