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

Commit2313a3e

Browse files
Fix statenames in mergejoin comments
The names in the comments were on a few states not consistent withthe documented state.Author: Zhihong Yu <zyu@yugabyte.com>Discussion:https://postgr.es/m/CALNJ-vQVthfQXVqmrHR8BKHtC4fMGbhM1xbvJNJAPexTq_dH=w@mail.gmail.com
1 parentafdeff1 commit2313a3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/backend/executor/nodeMergejoin.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ ExecMergeJoin(PlanState *pstate)
11431143
break;
11441144

11451145
/*----------------------------------------------------------
1146-
*EXEC_MJ_SKIP means compare tuples and if they do not
1146+
*EXEC_MJ_SKIP_TEST means compare tuples and if they do not
11471147
* match, skip whichever is lesser.
11481148
*
11491149
* For example:
@@ -1199,8 +1199,8 @@ ExecMergeJoin(PlanState *pstate)
11991199
break;
12001200

12011201
/*
1202-
*SKIPOUTER_ADVANCE: advance over an outer tuple that is
1203-
* known not to join to any inner tuple.
1202+
*EXEC_MJ_SKIPOUTER_ADVANCE: advance over an outer tuple that
1203+
*isknown not to join to any inner tuple.
12041204
*
12051205
* Before advancing, we check to see if we must emit an
12061206
* outer-join fill tuple for this outer tuple.
@@ -1261,8 +1261,8 @@ ExecMergeJoin(PlanState *pstate)
12611261
break;
12621262

12631263
/*
1264-
*SKIPINNER_ADVANCE: advance over an inner tuple that is
1265-
* known not to join to any outer tuple.
1264+
*EXEC_MJ_SKIPINNER_ADVANCE: advance over an inner tuple that
1265+
*isknown not to join to any outer tuple.
12661266
*
12671267
* Before advancing, we check to see if we must emit an
12681268
* outer-join fill tuple for this inner tuple.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp