aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/syscache.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-06 10:32:10 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-06 10:32:10 +0000
commit0020e8790da4ead45c1e34fcf738d4a1a1f02735 (patch)
tree2bfd47d06f31cb4b7b2167cafb3bf6702417a4d9 /src/backend/utils/cache/syscache.c
parent1d0dd471fa129cb795f08e5189f5db335aacabbb (diff)
downloadpostgresql-0020e8790da4ead45c1e34fcf738d4a1a1f02735.tar.gz
postgresql-0020e8790da4ead45c1e34fcf738d4a1a1f02735.zip
Another directory that compiles with no errors, and few warnings
Diffstat (limited to 'src/backend/utils/cache/syscache.c')
-rw-r--r--src/backend/utils/cache/syscache.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/backend/utils/cache/syscache.c b/src/backend/utils/cache/syscache.c
index c4dc5ac8eb9..460e8d40af0 100644
--- a/src/backend/utils/cache/syscache.c
+++ b/src/backend/utils/cache/syscache.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.3 1996/11/03 06:53:19 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.4 1996/11/06 10:31:29 scrappy Exp $
*
* NOTES
* These routines allow the parser/planner/executor to perform
@@ -23,8 +23,12 @@
#include "access/htup.h"
#include "catalog/catname.h"
#include "utils/catcache.h"
-#include "utils/palloc.h"
-#include "nodes/pg_list.h"
+#ifndef HAVE_MEMMOVE
+# include <regex/utils.h>
+#else
+# include <string.h>
+#endif
+
/* ----------------
* hardwired attribute information comes from system catalog files.