1996-08-27 21:59:28 -04:00
|
|
|
/*-------------------------------------------------------------------------
|
|
|
|
|
*
|
|
|
|
|
* fcache2.h--
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 1994, Regents of the University of California
|
|
|
|
|
*
|
1996-11-04 03:53:07 -05:00
|
|
|
* $Id: fcache2.h,v 1.2 1996/11/04 08:53:07 scrappy Exp $
|
1996-08-27 21:59:28 -04:00
|
|
|
*
|
|
|
|
|
*-------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
#ifndef FCACHE2_H
|
|
|
|
|
#define FCACHE2_H
|
|
|
|
|
|
1996-11-04 03:53:07 -05:00
|
|
|
#include <nodes/execnodes.h>
|
|
|
|
|
|
1996-08-27 21:59:28 -04:00
|
|
|
extern void
|
|
|
|
|
setFcache(Node *node, Oid foid, List *argList, ExprContext *econtext);
|
|
|
|
|
|
|
|
|
|
#endif /* FCACHE2_H */
|