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/access/itup.h | |
| parent | 627b5e9c20d91cfdd5e6fd672ec997c8fbb3a2a2 (diff) | |
| download | postgresql-ecd0bfa81a8290219f4973b8fd456a2ffeb11d40.tar.gz | |
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/access/itup.h')
| -rw-r--r-- | src/include/access/itup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 3294d1948a..30865a8e02 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.21 1999/07/19 07:07:28 momjian Exp $ + * $Id: itup.h,v 1.22 1999/10/23 03:13:28 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,6 @@ #include "access/tupmacs.h" #include "storage/itemptr.h" -#define MaxIndexAttributeNumber 7 typedef struct IndexTupleData { |
