Revert SIGUSR1 multiplexing patch, per Tom's objection.
[PostgreSQL.git] / src / include / tcop / fastpath.h
blobefb0f91fdfdd0db008636db6d7ed8b1a0d9d4ba3
1 /*-------------------------------------------------------------------------
3 * fastpath.h
6 * Portions Copyright (c) 1996-2008, 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 */