mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
This commit is contained in:
@ -661,9 +661,9 @@ ExecIncrementalSort(PlanState *pstate)
|
||||
/*
|
||||
* We're in full sort mode accumulating a minimum number of tuples
|
||||
* and not checking for prefix key equality yet, so we can't
|
||||
* assume the group pivot tuple will reamin the same -- unless
|
||||
* assume the group pivot tuple will remain the same -- unless
|
||||
* we're using a minimum group size of 1, in which case the pivot
|
||||
* is obviously still the pviot.
|
||||
* is obviously still the pivot.
|
||||
*/
|
||||
if (nTuples != minGroupSize)
|
||||
ExecClearTuple(node->group_pivot);
|
||||
@ -1162,7 +1162,7 @@ ExecReScanIncrementalSort(IncrementalSortState *node)
|
||||
}
|
||||
|
||||
/*
|
||||
* If chgParam of subnode is not null, theni the plan will be re-scanned
|
||||
* If chgParam of subnode is not null, then the plan will be re-scanned
|
||||
* by the first ExecProcNode.
|
||||
*/
|
||||
if (outerPlan->chgParam == NULL)
|
||||
|
Reference in New Issue
Block a user