diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 08:53:07 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 08:53:07 +0000 |
| commit | 434201d8d7260d478bfe6d45db30a9233c4106ef (patch) | |
| tree | 8e167909e9cd09d63d6704e78779cde509404930 /src/include/utils/fcache2.h | |
| parent | 63482946c7237c816c72ce5e19e970f79f368aa1 (diff) | |
| download | postgresql-434201d8d7260d478bfe6d45db30a9233c4106ef.tar.gz | |
another pass through.
Note. all include files that have been hit so far have had extraneous
include files cleaned out and are reduced to...the lowest common
"include file", based on 'cc -Wall -I. test.c', where test.c is:
#include "postgres.h"
#include "<top of branches>" (ie. top of branches this time was utils/fcache2.h)
Diffstat (limited to 'src/include/utils/fcache2.h')
| -rw-r--r-- | src/include/utils/fcache2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/fcache2.h b/src/include/utils/fcache2.h index a7dd535722..7c48406a96 100644 --- a/src/include/utils/fcache2.h +++ b/src/include/utils/fcache2.h @@ -6,13 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: fcache2.h,v 1.1 1996/08/28 01:58:58 scrappy Exp $ + * $Id: fcache2.h,v 1.2 1996/11/04 08:53:07 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef FCACHE2_H #define FCACHE2_H +#include <nodes/execnodes.h> + extern void setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext); |
