From: Marc G. Fournier Date: Fri, 18 Oct 1996 05:50:04 +0000 (+0000) Subject: Moved definition of MAXPATHLEN to config.h X-Git-Tag: REL2_0~437 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c00e68fadca6bd33bdf575d8cf656e98d2ff807;p=thirdparty%2Fpostgresql.git Moved definition of MAXPATHLEN to config.h --- diff --git a/src/backend/catalog/catalog.c b/src/backend/catalog/catalog.c index 25588c0f88b..36bd935d5d6 100644 --- a/src/backend/catalog/catalog.c +++ b/src/backend/catalog/catalog.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.1.1.1 1996/07/09 06:21:15 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.2 1996/10/18 05:50:04 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -27,11 +27,6 @@ #include "storage/bufmgr.h" #include "access/transam.h" - -#ifndef MAXPATHLEN -#define MAXPATHLEN 80 -#endif - /* * relpath - path to the relation * Perhaps this should be in-line code in relopen().