8000 Add constants for outer join states in executor. · postgrespro/postgres_cluster@889c153 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 889c153

Browse files
author
Thomas G. Lockhart
committed
Add constants for outer join states in executor.
1 parent 25cccc0 commit 889c153

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/executor/execdefs.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: execdefs.h,v 1.4 1999/02/13 23:21:22 momjian Exp $
9+
* $Id: execdefs.h,v 1.5 1999/02/23 07:37:31 thomas Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -43,5 +43,7 @@
4343
#define EXEC_MJ_NEXTINNER 7
4444
#define EXEC_MJ_SKIPINNER 8
4545
#define EXEC_MJ_SKIPOUTER 9
46+
#define EXEC_MJ_FILLINNER 10
47+
#define EXEC_MJ_FILLOUTER 11
4648

4749
#endif /* EXECDEFS_H */

0 commit comments

Comments
 (0)
0