Commit 25c026c2 authored by Michael Paquier's avatar Michael Paquier

Fix typo in description of ExecFindPartition

Author: Amit Langote
Discussion: https://postgr.es/m/CA+HiwqHg0=UL+Dhh3gpiwYNA=ufk9Lb7GQ2c=5rs=ZmVTP7xAw@mail.gmail.com
parent 9cf5d3c4
...@@ -259,8 +259,8 @@ ExecSetupPartitionTupleRouting(ModifyTableState *mtstate, Relation rel) ...@@ -259,8 +259,8 @@ ExecSetupPartitionTupleRouting(ModifyTableState *mtstate, Relation rel)
* scratch space. * scratch space.
* *
* If no leaf partition is found, this routine errors out with the appropriate * 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 * error message. An error may also be raised if the found target partition
* not a valid target for an INSERT. * is not a valid target for an INSERT.
*/ */
ResultRelInfo * ResultRelInfo *
ExecFindPartition(ModifyTableState *mtstate, ExecFindPartition(ModifyTableState *mtstate,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment