diff options
Diffstat (limited to 'src/include/tcop/fastpath.h')
-rw-r--r-- | src/include/tcop/fastpath.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index 09d111102fc..8d7de65de09 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: fastpath.h,v 1.5 1999/02/13 23:22:12 momjian Exp $ + * $Id: fastpath.h,v 1.6 1999/10/23 03:13:32 tgl Exp $ * * NOTES * This information pulled out of tcop/fastpath.c and put @@ -24,7 +24,6 @@ */ #define VAR_LENGTH_RESULT (-1) #define VAR_LENGTH_ARG (-5) -#define MAX_STRING_LENGTH 256 extern int HandleFunctionRequest(void); |