diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-13 21:17:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-13 21:17:45 +0000 |
commit | ad4948862c861a26094290ba1c9c1e11e5d4f96e (patch) | |
tree | 1949e41bc43cfd44fb6d47e901beb45be499bb9c /src/include/executor | |
parent | 050371fccdaeac8fa426c8e95aedf4edb541e829 (diff) | |
download | postgresql-ad4948862c861a26094290ba1c9c1e11e5d4f96e.tar.gz postgresql-ad4948862c861a26094290ba1c9c1e11e5d4f96e.zip |
Remove S*I comments from Stephan.
Diffstat (limited to 'src/include/executor')
-rw-r--r-- | src/include/executor/nodeGroup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index 5bc3c336799..9be307b2a23 100644 --- a/src/include/executor/nodeGroup.h +++ b/src/include/executor/nodeGroup.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeGroup.h,v 1.10 1999/05/25 16:13:55 momjian Exp $ + * $Id: nodeGroup.h,v 1.11 1999/07/13 21:17:37 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -23,7 +23,6 @@ extern int ExecCountSlotsGroup(Group *node); extern void ExecEndGroup(Group *node); extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent); -/***S*I***/ extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent); |