diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-10-23 03:13:33 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-10-23 03:13:33 +0000 |
commit | ecd0bfa81a8290219f4973b8fd456a2ffeb11d40 (patch) | |
tree | 734cc8342c23bc8b1643ee1859003943015e7c03 /src/include/tcop/fastpath.h | |
parent | 627b5e9c20d91cfdd5e6fd672ec997c8fbb3a2a2 (diff) |
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
pg_dump and interfaces/odbc still need some work.)
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); |