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

From Peter Eisentraut
Subject Re: [HACKERS] Another comment typo in execMain.c
Date
Msg-id 188b86e1-827d-e355-e624-99bd92e897b5@2ndquadrant.com
Whole thread Raw
In response to [HACKERS] Another comment typo in execMain.c  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Responses Re: [HACKERS] Another comment typo in execMain.c  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
List pgsql-hackers
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

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] POC: Sharing record typmods between backends
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Fix a typo in pg_upgrade/info.c