diff options
Diffstat (limited to 'src/include/tcop/fastpath.h')
-rw-r--r-- | src/include/tcop/fastpath.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index a46d6f2d6f1..96b5f598eac 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -1,17 +1,17 @@ /*------------------------------------------------------------------------- * * fastpath.h-- - * + * * * * Copyright (c) 1994, Regents of the University of California * - * $Id: fastpath.h,v 1.1 1996/08/28 07:27:50 scrappy Exp $ + * $Id: fastpath.h,v 1.2 1997/09/07 05:01:46 momjian Exp $ * * NOTES - * This information pulled out of tcop/fastpath.c and put - * here so that the PQfn() in be-pqexec.c could access it. - * -cim 2/26/91 + * This information pulled out of tcop/fastpath.c and put + * here so that the PQfn() in be-pqexec.c could access it. + * -cim 2/26/91 * *------------------------------------------------------------------------- */ @@ -19,13 +19,13 @@ #define FASTPATH_H /* ---------------- - * fastpath #defines + * fastpath #defines * ---------------- */ -#define VAR_LENGTH_RESULT (-1) -#define VAR_LENGTH_ARG (-5) -#define MAX_STRING_LENGTH 256 +#define VAR_LENGTH_RESULT (-1) +#define VAR_LENGTH_ARG (-5) +#define MAX_STRING_LENGTH 256 -extern int HandleFunctionRequest(void); +extern int HandleFunctionRequest(void); -#endif /* FASTPATH_H */ +#endif /* FASTPATH_H */ |