We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cccc0 commit 889c153Copy full SHA for 889c153
src/include/executor/execdefs.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -43,5 +43,7 @@
43
#define EXEC_MJ_NEXTINNER 7
44
#define EXEC_MJ_SKIPINNER 8
45
#define EXEC_MJ_SKIPOUTER 9
46
+#define EXEC_MJ_FILLINNER 10
47
+#define EXEC_MJ_FILLOUTER 11
48
49
#endif /* EXECDEFS_H */
0 commit comments