Re: [HACKERS] Another comment typo in execMain.c - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: [HACKERS] Another comment typo in execMain.c
Date
Msg-id 47023772-fc65-84ad-3c91-5f4992fff2b0@lab.ntt.co.jp
Whole thread Raw
In response to Re: [HACKERS] Another comment typo in execMain.c  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 2017/08/01 6:09, Peter Eisentraut wrote:
> On 7/6/17 03:23, Etsuro Fujita wrote:
>> Here is a comment in ExecFindPartition() in execMain.c:
>>
>>       /*
>>        * First check the root table's partition constraint, if any.  No
>> point in
>>        * routing the tuple it if it doesn't belong in the root table itself.
>>        */
>>
>> I think that in the second sentence "it" just before "if" is a typo.
>> Attached is a small patch for fixing that.
> 
> fixed

Thanks!

Best regards,
Etsuro Fujita




pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] pg_stop_backup(wait_for_archive := true) on standby server
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] map_partition_varattnos() and whole-row vars