| From: | "Jamison, Kirk" <k(dot)jamison(at)jp(dot)fujitsu(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | some minor comment fix in md.c |
| Date: | 2019-01-09 08:30:53 |
| Message-ID: | D09B13F772D2274BB348A310EE3027C640AC54@g01jpexmbkw24 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
Here are few minor fix in md.c comments
src/backend/storage/smgr/md.c
1. @L174 - removed the unnecessary word "is".
- […] Note that this is breaks mdnblocks() and related functionality [...]
+ […] Note that this breaks mdnblocks() and related functionality [...]
2. @L885 - grammar fix
- We used to pass O_CREAT here, but that's has the disadvantage that it might [...]
+ We used to pass O_CREAT here, but that has the disadvantage that it might [...]
Regards,
Kirk J.
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-minor-comment-fix-in-md.c.patch | application/octet-stream | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Higuchi, Daisuke | 2019-01-09 08:41:53 | RE: Problem during Windows service start |
| Previous Message | Mi Tar | 2019-01-09 08:20:04 | Re: additional foreign key test coverage |