Re: Typo in a comment in set_rel_size()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Typo in a comment in set_rel_size()
Дата
Msg-id 9139.1429903213@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Typo in a comment in set_rel_size()  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: Typo in a comment in set_rel_size()  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> writes:
> Attached fixes what I suppose is a typo:

>          * so set up a single dummy path for it.  Here we only check this for
>          * regular baserels; if it's an otherrel, CE was already checked in
> -        * set_append_rel_pathlist().
> +        * set_append_rel_size().
>          *

It's not a typo; the comment was correct when written.  But I evidently
missed updating it when set_append_rel_pathlist() got split into two
functions.  Applied, thanks for noticing!
        regards, tom lane



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: adding more information about process(es) cpu and memory usage
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Ignoring some binaries generated in src/test