]> granicus.if.org Git - postgresql/commitdiff
Moved definition of MAXPATHLEN to config.h
authorMarc G. Fournier <scrappy@hub.org>
Fri, 18 Oct 1996 05:50:04 +0000 (05:50 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 18 Oct 1996 05:50:04 +0000 (05:50 +0000)
src/backend/catalog/catalog.c

index 25588c0f88b5ddee6a676b5306e0ee76e30a2ff6..36bd935d5d6ad18ce89844768713568249bf44cc 100644 (file)
@@ -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 $
  *
  *-------------------------------------------------------------------------
  */
 #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().