diff options
| author | Michael Paquier | 2020-04-27 05:59:36 +0000 |
|---|---|---|
| committer | Michael Paquier | 2020-04-27 05:59:36 +0000 |
| commit | 641b76d9d12fd728f71f61e8a2b2bb2bedab021b (patch) | |
| tree | fa76993b59ca8b5834d31a57c118a98e88efb411 /src/backend/partitioning | |
| parent | 459f4076c87ac953aa0efa7ddf84df08f8fafe7c (diff) | |
Fix some typos
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/partitioning')
| -rw-r--r-- | src/backend/partitioning/partbounds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/partitioning/partbounds.c b/src/backend/partitioning/partbounds.c index 4681441dcc9..b9c65ff87c5 100644 --- a/src/backend/partitioning/partbounds.c +++ b/src/backend/partitioning/partbounds.c @@ -1224,7 +1224,7 @@ merge_list_bounds(FmgrInfo *partsupfunc, Oid *partcollation, Assert(inner_index >= 0); /* - * Try merging both paritions. If successful, add the list value + * Try merging both partitions. If successful, add the list value * and index of the merged partition below. */ merged_index = merge_matching_partitions(&outer_map, &inner_map, |
