Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit889c153

Browse files
author
Thomas G. Lockhart
committed
Add constants for outer join states in executor.
1 parent25cccc0 commit889c153

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
#defineEXEC_MJ_NEXTINNER7
4444
#defineEXEC_MJ_SKIPINNER8
4545
#defineEXEC_MJ_SKIPOUTER9
46+
#defineEXEC_MJ_FILLINNER 10
47+
#defineEXEC_MJ_FILLOUTER 11
4648

4749
#endif/* EXECDEFS_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp