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

From Etsuro Fujita
Subject [HACKERS] Another comment typo in execMain.c
Date
Msg-id d33df1ae-c266-52d0-48b6-048f1c2d05cf@lab.ntt.co.jp
Whole thread Raw
Responses Re: [HACKERS] Another comment typo in execMain.c
List 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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] pgsql 10: hash indexes testing
Next
From: Kuntal Ghosh
Date:
Subject: Re: [HACKERS] WIP patch: distinguish selectivity of < from <= and >from >=