Re: remove useless comments

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: remove useless comments
Date: 2023-10-28 16:58:47
Message-ID: ZT09x62YyytRRhqj@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2023-10-28 23:45:08 Re: Why is DEFAULT_FDW_TUPLE_COST so insanely low?
Previous Message Tom Lane 2023-10-28 16:09:15 Re: run pgindent on a regular basis / scripted manner