some minor comment fix in md.c
Jamison, Kirk <k.jamison@jp.fujitsu.com>
From: "Jamison, Kirk" <k.jamison@jp.fujitsu.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-01-09T08:30:53Z
Lists: pgsql-hackers
Attachments
- 0001-minor-comment-fix-in-md.c.patch (application/octet-stream) patch 0001
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.
Commits
-
Fix grammar mistakes in md.c
- 5d59a6c5eaff 12.0 landed