From: Michael Paquier Date: Thu, 22 Nov 2018 04:23:54 +0000 (+0900) Subject: Fix typo in description of ExecFindPartition X-Git-Tag: REL_12_BETA1~1175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25c026c284de5ffb1ea5b007afc10158bfab64cb;p=postgresql Fix typo in description of ExecFindPartition Author: Amit Langote Discussion: https://postgr.es/m/CA+HiwqHg0=UL+Dhh3gpiwYNA=ufk9Lb7GQ2c=5rs=ZmVTP7xAw@mail.gmail.com --- diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index 24de567a92..179a501f30 100644 --- a/src/backend/executor/execPartition.c +++ b/src/backend/executor/execPartition.c @@ -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,