some minor comment fix in md.c

Started by Jamison, Kirkover 7 years ago2 messageshackers
Jump to latest
#1Jamison, Kirk
k.jamison@jp.fujitsu.com

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.

Attachments:

0001-minor-comment-fix-in-md.c.patchapplication/octet-stream; name=0001-minor-comment-fix-in-md.c.patchDownload+2-3
#2Michael Paquier
michael@paquier.xyz
In reply to: Jamison, Kirk (#1)
Re: some minor comment fix in md.c

On Wed, Jan 09, 2019 at 08:30:53AM +0000, Jamison, Kirk wrote:

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 [...]

Thanks, that looks good to me so pushed.
--
Michael