Re: [HACKERS] Update comment in ExecPartitionCheck - Mailing list pgsql-hackers

From Amit Langote
Subject Re: [HACKERS] Update comment in ExecPartitionCheck
Date
Msg-id 0c1d099b-c815-65fa-393f-2da007b0f4ff@lab.ntt.co.jp
Whole thread Raw
In response to [HACKERS] Update comment in ExecPartitionCheck  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: [HACKERS] Update comment in ExecPartitionCheck
List pgsql-hackers
On 2017/07/04 17:55, Etsuro Fujita wrote:
> This comment in an error handling in ExecPartitionCheck():
> 
>     if (!ExecCheck(resultRelInfo->ri_PartitionCheckExpr, econtext))
>     {
>         char       *val_desc;
>         Relation    orig_rel = rel;
> 
>         /* See the comment above. */
>         if (resultRelInfo->ri_PartitionRoot)
> 
> should be updated because we don't have any comment on that above in the
> code.  Since we have a comment on that in ExecConstraints() defined just
> below that function, I think the comment should be something like this:
> "See the comment in ExecConstraints().".  Attached is a patch for that.

Thanks for fixing that.  I forgot to do the same in the patch that got
committed as 15ce775faa428 [1], which moved that code block from
ExecConstraints() to ExecPartitionCheck().

Thanks,
Amit

[1]
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=15ce775faa428




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] UPDATE of partition key
Next
From: Amit Khandekar
Date:
Subject: Re: [HACKERS] UPDATE of partition key