diff options
Diffstat (limited to 'src/include/executor/nodeMaterial.h')
-rw-r--r-- | src/include/executor/nodeMaterial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h index 26078fc1b06..fddc4d1edbe 100644 --- a/src/include/executor/nodeMaterial.h +++ b/src/include/executor/nodeMaterial.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeMaterial.h,v 1.9 1999/02/13 23:21:26 momjian Exp $ + * $Id: nodeMaterial.h,v 1.10 1999/02/21 03:49:44 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -23,7 +23,7 @@ extern int ExecCountSlotsMaterial(Material *node); extern void ExecEndMaterial(Material *node); extern void ExecMaterialReScan(Material *node, ExprContext *exprCtxt, Plan *parent); -#if 0 +#ifdef NOT_USED extern List ExecMaterialMarkPos(Material *node); extern void ExecMaterialRestrPos(Material *node); |