some minor comment fix in md.c

Поиск
Список
Период
Сортировка
От Jamison, Kirk
Тема some minor comment fix in md.c
Дата
Msg-id D09B13F772D2274BB348A310EE3027C640AC54@g01jpexmbkw24
обсуждение исходный текст
Ответы Re: some minor comment fix in md.c  (Michael Paquier <michael@paquier.xyz>)
Список 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.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mi Tar
Дата:
Сообщение: Re: additional foreign key test coverage
Следующее
От: "Higuchi, Daisuke"
Дата:
Сообщение: RE: Problem during Windows service start