diff options
Diffstat (limited to 'src/backend/utils/fcache2.h')
-rw-r--r-- | src/backend/utils/fcache2.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/backend/utils/fcache2.h b/src/backend/utils/fcache2.h new file mode 100644 index 00000000000..3f149aee307 --- /dev/null +++ b/src/backend/utils/fcache2.h @@ -0,0 +1,19 @@ +/*------------------------------------------------------------------------- + * + * fcache2.h-- + * + * + * + * Copyright (c) 1994, Regents of the University of California + * + * $Id: fcache2.h,v 1.1.1.1 1996/07/09 06:22:01 scrappy Exp $ + * + *------------------------------------------------------------------------- + */ +#ifndef FCACHE2_H +#define FCACHE2_H + +extern void +setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext); + +#endif /* FCACHE2_H */ |