summaryrefslogtreecommitdiff
path: root/src/include/partitioning
diff options
context:
space:
mode:
authorAlvaro Herrera2018-04-09 14:17:12 +0000
committerAlvaro Herrera2018-04-09 14:17:35 +0000
commitd7a95f06a1a125fd82b87d01d9a9d8cf9c081799 (patch)
tree775db6db5924bc10f3a9385d6363e10c1cc26f1d /src/include/partitioning
parent7ba6ee815dc90d4fab7226d343bf72aa28c9aa5c (diff)
Minor comment updates
Fix a couple of typos, and update a comment about why we set a BMS to NULL. Author: David Rowley Discussion: http://postgr.es/m/CAKJS1f-tux=KdUz6ENJ9GHM_V2qgxysadYiOyQS9Ko9PTteVhQ@mail.gmail.com
Diffstat (limited to 'src/include/partitioning')
-rw-r--r--src/include/partitioning/partprune.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/partitioning/partprune.h b/src/include/partitioning/partprune.h
index f68b6c9935a..2ae2fd16ede 100644
--- a/src/include/partitioning/partprune.h
+++ b/src/include/partitioning/partprune.h
@@ -40,7 +40,7 @@ typedef struct PartitionPruneContext
/*
* Can be set when the context is used from the executor to allow params
- * found matching the partition key to be evaulated.
+ * found matching the partition key to be evaluated.
*/
PlanState *planstate;