Re: remove useless comments

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: remove useless comments
Дата
Msg-id ZT09x62YyytRRhqj@momjian.us
обсуждение исходный текст
Ответ на Re: remove useless comments  (Junwang Zhao <zhjwpku@gmail.com>)
Список pgsql-hackers
On Wed, Aug 10, 2022 at 12:24:02AM +0800, Junwang Zhao wrote:
> Fair enough, the rephased version of the comments is in the attachment,
> please take a look.
> 
> --- a/src/backend/postmaster/postmaster.c
> +++ b/src/backend/postmaster/postmaster.c
> @@ -1583,8 +1583,8 @@ getInstallationPaths(const char *argv0)
>   FreeDir(pdir);
> 
>   /*
> - * XXX is it worth similarly checking the share/ directory?  If the lib/
> - * directory is there, then share/ probably is too.
> + * It's not worth checking the share/ directory.  If the lib/ directory
> + * is there, then share/ probably is too.
>   */
>  }

Patch applied to master.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: run pgindent on a regular basis / scripted manner
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Why is DEFAULT_FDW_TUPLE_COST so insanely low?