Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / include / tcop / fastpath.h
blobc30dee33ec0dcb1660548ae3b84d6cfb7ef5475b
1 /*-------------------------------------------------------------------------
3 * fastpath.h
6 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * $PostgreSQL$
11 *-------------------------------------------------------------------------
13 #ifndef FASTPATH_H
14 #define FASTPATH_H
16 #include "lib/stringinfo.h"
18 extern int HandleFunctionRequest(StringInfo msgBuf);
20 #endif /* FASTPATH_H */