]> granicus.if.org Git - postgresql/commitdiff
Fix typo in description of ExecFindPartition
authorMichael Paquier <michael@paquier.xyz>
Thu, 22 Nov 2018 04:23:54 +0000 (13:23 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 22 Nov 2018 04:23:54 +0000 (13:23 +0900)
Author: Amit Langote
Discussion: https://postgr.es/m/CA+HiwqHg0=UL+Dhh3gpiwYNA=ufk9Lb7GQ2c=5rs=ZmVTP7xAw@mail.gmail.com

src/backend/executor/execPartition.c

index 24de567a92d105553b3b8c904a4ac528fd1e57af..179a501f3068b45df8533b26563b0cf8289a9e44 100644 (file)
@@ -259,8 +259,8 @@ ExecSetupPartitionTupleRouting(ModifyTableState *mtstate, Relation rel)
  * scratch space.
  *
  * If no leaf partition is found, this routine errors out with the appropriate
- * error message.  An error may also raised if the found target partition is
- * not a valid target for an INSERT.
+ * error message.  An error may also be raised if the found target partition
+ * is not a valid target for an INSERT.
  */
 ResultRelInfo *
 ExecFindPartition(ModifyTableState *mtstate,