diff options
Diffstat (limited to 'src/include/tcop/fastpath.h')
-rw-r--r-- | src/include/tcop/fastpath.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h deleted file mode 100644 index e9b961d8f05..00000000000 --- a/src/include/tcop/fastpath.h +++ /dev/null @@ -1,18 +0,0 @@ -/*------------------------------------------------------------------------- - * - * fastpath.h - * - * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group - * Portions Copyright (c) 1994, Regents of the University of California - * - * $Id: fastpath.h,v 1.13 2002/06/20 20:29:52 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef FASTPATH_H -#define FASTPATH_H - -extern int HandleFunctionRequest(void); - -#endif /* FASTPATH_H */ |