Re: Typos and inconsistencies in code - Mailing list pgsql-hackers

From vignesh C
Subject Re: Typos and inconsistencies in code
Date
Msg-id CALDaNm31kcK63A13VqzO_=LBQy-4Mc11sCyy8Z0OXnqKRgSDWw@mail.gmail.com
Whole thread Raw
In response to Re: Typos and inconsistencies in code  (Dilip Kumar <dilipbalaut@gmail.com>)
Responses Re: Typos and inconsistencies in code
List 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

Attachment

pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: Re: Join Correlation Name
Next
From: Heikki Linnakangas
Date:
Subject: Re: strpos behavior change around empty substring in PG12