diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-08-19 21:40:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-08-19 21:40:56 +0000 |
commit | 1d8bbfd2e7cfb72cbe4d5c5d4fa650a28dedac0b (patch) | |
tree | 8d3a5dac9207f22c3afb8afb563d54f88774deb3 /src/include/executor/execFlatten.h | |
parent | b992e200b8872ecb6652ec85111995f8d4c5aee0 (diff) |
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
Diffstat (limited to 'src/include/executor/execFlatten.h')
-rw-r--r-- | src/include/executor/execFlatten.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/executor/execFlatten.h b/src/include/executor/execFlatten.h index e42d5e09d97..6a7f26a729b 100644 --- a/src/include/executor/execFlatten.h +++ b/src/include/executor/execFlatten.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: execFlatten.h,v 1.1 1996/08/28 07:22:04 scrappy Exp $ + * $Id: execFlatten.h,v 1.2 1997/08/19 21:38:12 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,8 +17,6 @@ extern Datum ExecEvalIter(Iter *iterNode, ExprContext *econtext, bool *resultIsN extern void ExecEvalFjoin(TargetEntry *tlist, ExprContext *econtext, bool *isNullVect, bool *fj_isDone); -extern bool FjoinBumpOuterNodes(TargetEntry *tlist, ExprContext *econtext, DatumPtr results, char *nulls); - #endif /* EXECFLATTEN_H */ |