summaryrefslogtreecommitdiff
path: root/src/include/partitioning
diff options
context:
space:
mode:
authorMichael Paquier2023-02-09 05:43:53 +0000
committerMichael Paquier2023-02-09 05:43:53 +0000
commitef7002dbe0b06e4e5b42c89becd4eb9be2e9aa89 (patch)
tree97fae2104c30fd965b8a896561d6e10bda0502a6 /src/include/partitioning
parent30b789eafed2cbbc3de9c9025a30eefdffacb79c (diff)
Fix various typos in code and tests
Most of these are recent, and the documentation portions are new as of v16 so there is no need for a backpatch. Author: Justin Pryzby Discussion: https://postgr.es/m/20230208155644.GM1653@telsasoft.com
Diffstat (limited to 'src/include/partitioning')
-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 */