Re: Typos and inconsistencies in code
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Dilip Kumar <dilipbalaut@gmail.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-29T11:57:20Z
Lists: pgsql-hackers
Attachments
- 0001-Fixed-typos-in-the-code-v2.patch (text/x-patch) patch v2-0001
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
Commits
-
Fix typos in the code
- 6ca86bb7e9c7 13.0 landed