diff options
Diffstat (limited to 'src/include/tcop/fastpath.h')
-rw-r--r-- | src/include/tcop/fastpath.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index b46c568d7db..901504bfd8a 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fastpath.h,v 1.10 2001/10/25 05:50:10 momjian Exp $ + * $Id: fastpath.h,v 1.11 2001/10/28 06:26:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,4 +14,5 @@ #define FASTPATH_H extern int HandleFunctionRequest(void); + #endif /* FASTPATH_H */ |