Re: some minor comment fix in md.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: "Jamison, Kirk" <k(dot)jamison(at)jp(dot)fujitsu(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: some minor comment fix in md.c
Date: 2019-01-10 00:39:39
Message-ID: 20190110003939.GB2157@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-01-10 00:47:52 Re: Making WAL receiver startup rely on GUC context for primary_conninfo and primary_slot_name
Previous Message Masahiko Sawada 2019-01-10 00:34:00 Re: A few new options for vacuumdb