aboutsummaryrefslogtreecommitdiff
path: root/src/include/partitioning/partdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/partitioning/partdesc.h')
-rw-r--r--src/include/partitioning/partdesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/partitioning/partdesc.h b/src/include/partitioning/partdesc.h
index 7d71fb6e931..e157eae9c1e 100644
--- a/src/include/partitioning/partdesc.h
+++ b/src/include/partitioning/partdesc.h
@@ -31,7 +31,7 @@ typedef struct PartitionDescData
int nparts; /* Number of partitions */
bool detached_exist; /* Are there any detached partitions? */
Oid *oids; /* Array of 'nparts' elements containing
- * partition OIDs in order of the their bounds */
+ * partition OIDs in order of their bounds */
bool *is_leaf; /* Array of 'nparts' elements storing whether
* the corresponding 'oids' element belongs to
* a leaf partition or not */