fcache2.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
- /*-------------------------------------------------------------------------
- *
- * fcache2.h
- *
- *
- *
- * Copyright (c) 1994, Regents of the University of California
- *
- * $Id: fcache2.h,v 1.8.2.1 1999/08/02 05:25:25 scrappy Exp $
- *
- *-------------------------------------------------------------------------
- */
- #ifndef FCACHE2_H
- #define FCACHE2_H
- #include "nodes/execnodes.h"
- extern void setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext);
- #endif /* FCACHE2_H */