diff options
Diffstat (limited to 'src/include/executor/nodeSetOp.h')
-rw-r--r-- | src/include/executor/nodeSetOp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/executor/nodeSetOp.h b/src/include/executor/nodeSetOp.h index 887bdc1a428..af859771838 100644 --- a/src/include/executor/nodeSetOp.h +++ b/src/include/executor/nodeSetOp.h @@ -21,4 +21,4 @@ extern TupleTableSlot *ExecSetOp(SetOpState *node); extern void ExecEndSetOp(SetOpState *node); extern void ExecReScanSetOp(SetOpState *node); -#endif /* NODESETOP_H */ +#endif /* NODESETOP_H */ |