Re: Typos and inconsistencies in code

Поиск
Список
Период
Сортировка
От vignesh C
Тема Re: Typos and inconsistencies in code
Дата
Msg-id CALDaNm31kcK63A13VqzO_=LBQy-4Mc11sCyy8Z0OXnqKRgSDWw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Typos and inconsistencies in code  (Dilip Kumar <dilipbalaut@gmail.com>)
Ответы Re: Typos and inconsistencies in code
Список pgsql-hackers
On Tue, Oct 29, 2019 at 9:19 AM Dilip Kumar <dilipbalaut@gmail.com> wrote:
>
> Few comments:
> 1.
>   * The act of allocating pages to recycle may have invalidated the
> - * results of our previous btree reserch, so repeat it. (We could
> + * results of our previous btree search, so repeat it. (We could
>   * recheck whether any of our split-avoidance strategies that were
>
Fixed
> I think the old comment meant "btree research" but you changed to "btree search"
>
> 2.
>  /* copy&pasted from .../src/backend/utils/adt/datetime.c
> - * and changesd struct pg_tm to struct tm
> + * and changes struct pg_tm to struct tm
>   */
> Seems like this comment meant "Changed struct pg_tm to struct tm"
Fixed
Thanks for the review.
I have attached the updated patch with the fixes.

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Re: Join Correlation Name
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: strpos behavior change around empty substring in PG12