Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
bf76ad07
Commit
bf76ad07
authored
Oct 26, 2010
by
Itagaki Takahiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos "are are".
parent
07ca728f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/include/nodes/execnodes.h
src/include/nodes/execnodes.h
+1
-1
src/include/nodes/plannodes.h
src/include/nodes/plannodes.h
+1
-1
No files found.
src/include/nodes/execnodes.h
View file @
bf76ad07
...
...
@@ -982,7 +982,7 @@ typedef struct PlanState
}
PlanState
;
/* ----------------
* these are
are
defined to avoid confusion problems with "left"
* these are defined to avoid confusion problems with "left"
* and "right" and "inner" and "outer". The convention is that
* the "left" plan is the "outer" plan and the "right" plan is
* the inner plan, but these make the code more readable.
...
...
src/include/nodes/plannodes.h
View file @
bf76ad07
...
...
@@ -127,7 +127,7 @@ typedef struct Plan
}
Plan
;
/* ----------------
* these are
are
defined to avoid confusion problems with "left"
* these are defined to avoid confusion problems with "left"
* and "right" and "inner" and "outer". The convention is that
* the "left" plan is the "outer" plan and the "right" plan is
* the inner plan, but these make the code more readable.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment