1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Another directory that compiles with no errors, and few warnings

This commit is contained in:
Marc G. Fournier
1996-11-06 10:32:10 +00:00
parent 1d0dd471fa
commit 0020e8790d
24 changed files with 109 additions and 57 deletions

View File

@ -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.