提交 889c1530 编写于 作者: T Thomas G. Lockhart

Add constants for outer join states in executor.

上级 25cccc05
......@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: execdefs.h,v 1.4 1999/02/13 23:21:22 momjian Exp $
* $Id: execdefs.h,v 1.5 1999/02/23 07:37:31 thomas Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -43,5 +43,7 @@
#define EXEC_MJ_NEXTINNER 7
#define EXEC_MJ_SKIPINNER 8
#define EXEC_MJ_SKIPOUTER 9
#define EXEC_MJ_FILLINNER 10
#define EXEC_MJ_FILLOUTER 11
#endif /* EXECDEFS_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册