mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix typos "are are".
This commit is contained in:
parent
07ca728f69
commit
bf76ad07fe
@ -982,7 +982,7 @@ typedef struct PlanState
|
|||||||
} 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
|
* and "right" and "inner" and "outer". The convention is that
|
||||||
* the "left" plan is the "outer" plan and the "right" plan is
|
* the "left" plan is the "outer" plan and the "right" plan is
|
||||||
* the inner plan, but these make the code more readable.
|
* the inner plan, but these make the code more readable.
|
||||||
|
@ -127,7 +127,7 @@ typedef struct Plan
|
|||||||
} 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
|
* and "right" and "inner" and "outer". The convention is that
|
||||||
* the "left" plan is the "outer" plan and the "right" plan is
|
* the "left" plan is the "outer" plan and the "right" plan is
|
||||||
* the inner plan, but these make the code more readable.
|
* the inner plan, but these make the code more readable.
|
||||||
|
Loading…
Reference in New Issue
Block a user