diff options
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index 5835f444866..ddc84007332 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -6,7 +6,7 @@ * * Copyright (c) 1995, Regents of the University of California * - * $Id: postgres.h,v 1.27 1999/10/23 03:13:30 tgl Exp $ + * $Id: postgres.h,v 1.28 1999/10/25 03:07:55 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -28,7 +28,7 @@ * 2) varlena and array types * 3) TransactionId and CommandId * 4) genbki macros used by catalog/pg_xxx.h files - * 5) random CSIGNBIT, MAXPGPATH, STATUS macros + * 5) random stuff * * ---------------------------------------------------------------- */ @@ -158,9 +158,6 @@ typedef uint32 CommandId; /* msb for char */ #define CSIGNBIT (0x80) -/* this should probably be somewhere else */ -#define MAXPGPATH 128 - #define STATUS_OK (0) #define STATUS_ERROR (-1) #define STATUS_NOT_FOUND (-2) |