Commit 1c00e68f authored by Marc G. Fournier's avatar Marc G. Fournier

Moved definition of MAXPATHLEN to config.h

parent 927e5887
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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 @@ ...@@ -27,11 +27,6 @@
#include "storage/bufmgr.h" #include "storage/bufmgr.h"
#include "access/transam.h" #include "access/transam.h"
#ifndef MAXPATHLEN
#define MAXPATHLEN 80
#endif
/* /*
* relpath - path to the relation * relpath - path to the relation
* Perhaps this should be in-line code in relopen(). * Perhaps this should be in-line code in relopen().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment