Header And Logo

PostgreSQL
| The world's most advanced open source database.

fastpath.h

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------------
00002  *
00003  * fastpath.h
00004  *
00005  *
00006  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
00007  * Portions Copyright (c) 1994, Regents of the University of California
00008  *
00009  * src/include/tcop/fastpath.h
00010  *
00011  *-------------------------------------------------------------------------
00012  */
00013 #ifndef FASTPATH_H
00014 #define FASTPATH_H
00015 
00016 #include "lib/stringinfo.h"
00017 
00018 extern int  HandleFunctionRequest(StringInfo msgBuf);
00019 
00020 #endif   /* FASTPATH_H */