summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
diff options
context:
space:
mode:
authorMichael Paquier2018-09-08 19:24:19 +0000
committerMichael Paquier2018-09-08 19:24:19 +0000
commit9226a3b89b004b3472d963442856206f0c249a53 (patch)
treee77673b9c74a2a512b4133a7b40b4aec265d7c9d /src/backend/partitioning
parent361844fe561f6898d90a10382705ad968929a4b2 (diff)
Remove duplicated words split across lines in comments
This has been detected using some interesting tricks with sed, and the method used is mentioned in details in the discussion below. Author: Justin Pryzby Discussion: https://postgr.es/m/20180908013109.GB15350@telsasoft.com
Diffstat (limited to 'src/backend/partitioning')
-rw-r--r--src/backend/partitioning/partprune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/partitioning/partprune.c b/src/backend/partitioning/partprune.c
index b5c1c7d4dd0..e1ce8b4ddcb 100644
--- a/src/backend/partitioning/partprune.c
+++ b/src/backend/partitioning/partprune.c
@@ -2483,7 +2483,7 @@ get_matching_range_bounds(PartitionPruneContext *context,
/*
* If the query does not constrain all key columns, we'll need to scan the
- * the default partition, if any.
+ * default partition, if any.
*/
if (nvalues < partnatts)
result->scan_default = partition_bound_has_default(boundinfo);