From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Another comment typo in execMain.c |
Date: | 2017-07-31 21:09:11 |
Message-ID: | 188b86e1-827d-e355-e624-99bd92e897b5@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2017-07-31 21:23:40 | Re: Fix a typo in pg_upgrade/info.c |
Previous Message | Andres Freund | 2017-07-31 21:08:44 | Re: POC: Sharing record typmods between backends |