Another comment typo in execMain.c

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Another comment typo in execMain.c
Date: 2017-07-06 07:23:10
Message-ID: d33df1ae-c266-52d0-48b6-048f1c2d05cf@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
ExecFindPartition-comment-typo.patch text/plain 603 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kuntal Ghosh 2017-07-06 09:14:14 Re: WIP patch: distinguish selectivity of < from <= and > from >=
Previous Message Amit Kapila 2017-07-06 07:08:38 Re: pgsql 10: hash indexes testing