diff options
| author | Tomas Vondra | 2020-05-12 17:37:13 +0000 |
|---|---|---|
| committer | Tomas Vondra | 2020-05-12 17:37:13 +0000 |
| commit | 1a40d37a9faff562a36bd255a993fd3503bdf2b1 (patch) | |
| tree | 8a16e080c2f060613205b502e8d8ed12674fbad8 /src/backend/commands | |
| parent | 7b48f1b490978a8abca61e9a9380f8de2a56f266 (diff) | |
Fix typos and improve incremental sort comments
Author: Justin Pryzby, James Coleman
Discussion: https://postgr.es/m/20200419023625.GP26953@telsasoft.com
Diffstat (limited to 'src/backend/commands')
| -rw-r--r-- | src/backend/commands/explain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c index 5695802081d..06f4414109c 100644 --- a/src/backend/commands/explain.c +++ b/src/backend/commands/explain.c @@ -2869,7 +2869,7 @@ show_incremental_sort_group_info(IncrementalSortGroupInfo *groupInfo, } /* - * If it's EXPLAIN ANALYZE, show tuplesort stats for a incremental sort node + * If it's EXPLAIN ANALYZE, show tuplesort stats for an incremental sort node */ static void show_incremental_sort_info(IncrementalSortState *incrsortstate, @@ -2917,7 +2917,7 @@ show_incremental_sort_info(IncrementalSortState *incrsortstate, &incrsortstate->shared_info->sinfo[n]; /* - * If a worker hasn't process any sort groups at all, then exclude + * If a worker hasn't processed any sort groups at all, then exclude * it from output since it either didn't launch or didn't * contribute anything meaningful. */ |
