[HACKERS] Another comment typo in execMain.c

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема [HACKERS] Another comment typo in execMain.c
Дата
Msg-id d33df1ae-c266-52d0-48b6-048f1c2d05cf@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] Another comment typo in execMain.c  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] pgsql 10: hash indexes testing
Следующее
От: Kuntal Ghosh
Дата:
Сообщение: Re: [HACKERS] WIP patch: distinguish selectivity of < from <= and >from >=